#include <wasm-objects.h>
|
static V8_EXPORT_PRIVATE DirectHandle< WasmModuleObject > | New (Isolate *isolate, std::shared_ptr< wasm::NativeModule > native_module, DirectHandle< Script > script) |
|
static MaybeDirectHandle< String > | GetModuleNameOrNull (Isolate *, DirectHandle< WasmModuleObject >) |
|
static MaybeDirectHandle< String > | GetFunctionNameOrNull (Isolate *, DirectHandle< WasmModuleObject >, uint32_t func_index) |
|
static DirectHandle< String > | ExtractUtf8StringFromModuleBytes (Isolate *, DirectHandle< WasmModuleObject >, wasm::WireBytesRef, InternalizeString) |
|
static DirectHandle< String > | ExtractUtf8StringFromModuleBytes (Isolate *, base::Vector< const uint8_t > wire_byte, wasm::WireBytesRef, InternalizeString) |
|
Definition at line 158 of file wasm-objects.h.
◆ ExtractUtf8StringFromModuleBytes() [1/2]
◆ ExtractUtf8StringFromModuleBytes() [2/2]
◆ GetFunctionNameOrNull()
◆ GetModuleNameOrNull()
◆ GetRawFunctionName()
base::Vector< const uint8_t > v8::internal::WasmModuleObject::GetRawFunctionName |
( |
int | func_index | ) |
|
◆ is_asm_js()
bool v8::internal::WasmModuleObject::is_asm_js |
( |
| ) |
|
|
inline |
◆ module()
◆ native_module()
◆ New()
◆ shared_native_module()
const std::shared_ptr< wasm::NativeModule > & v8::internal::WasmModuleObject::shared_native_module |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: