|
constexpr const char * | v8::internal::wasm::AddressTypeToStr (AddressType address_type) |
|
std::ostream & | v8::internal::wasm::operator<< (std::ostream &os, AddressType address_type) |
|
void | v8::internal::wasm::UpdateComputedInformation (WasmMemory *memory, ModuleOrigin origin) |
|
bool | v8::internal::wasm::is_asmjs_module (const WasmModule *module) |
|
int | v8::internal::wasm::GetWasmFunctionOffset (const WasmModule *module, uint32_t func_index) |
|
int | v8::internal::wasm::GetContainingWasmFunction (const WasmModule *module, uint32_t byte_offset) |
|
int | v8::internal::wasm::GetNearestWasmFunction (const WasmModule *module, uint32_t byte_offset) |
|
int | v8::internal::wasm::GetSubtypingDepth (const WasmModule *module, ModuleTypeIndex type_index) |
|
| v8::internal::wasm::ASSERT_TRIVIALLY_COPYABLE (ModuleWireBytes) |
|
std::ostream & | v8::internal::wasm::operator<< (std::ostream &os, const WasmFunctionName &name) |
|
bool | v8::internal::wasm::IsWasmCodegenAllowed (Isolate *isolate, DirectHandle< NativeContext > context) |
|
DirectHandle< String > | v8::internal::wasm::ErrorStringForCodegen (Isolate *isolate, DirectHandle< Context > context) |
|
DirectHandle< JSObject > | v8::internal::wasm::GetTypeForFunction (Isolate *isolate, const FunctionSig *sig, bool for_exception) |
|
DirectHandle< JSObject > | v8::internal::wasm::GetTypeForGlobal (Isolate *isolate, bool is_mutable, ValueType type) |
|
DirectHandle< JSObject > | v8::internal::wasm::GetTypeForMemory (Isolate *isolate, uint32_t min_size, std::optional< uint64_t > max_size, bool shared, AddressType address_type) |
|
DirectHandle< JSObject > | v8::internal::wasm::GetTypeForTable (Isolate *isolate, ValueType type, uint32_t min_size, std::optional< uint64_t > max_size, AddressType address_type) |
|
DirectHandle< JSArray > | v8::internal::wasm::GetImports (Isolate *isolate, DirectHandle< WasmModuleObject > module_object) |
|
DirectHandle< JSArray > | v8::internal::wasm::GetExports (Isolate *isolate, DirectHandle< WasmModuleObject > module_object) |
|
DirectHandle< JSArray > | v8::internal::wasm::GetCustomSections (Isolate *isolate, DirectHandle< WasmModuleObject > module_object, DirectHandle< String > name, ErrorThrower *thrower) |
|
int | v8::internal::wasm::GetSourcePosition (const WasmModule *module, uint32_t func_index, uint32_t byte_offset, bool is_at_number_conversion) |
|
int | v8::internal::wasm::declared_function_index (const WasmModule *module, int func_index) |
|
int | v8::internal::wasm::JumpTableOffset (const WasmModule *module, int func_index) |
|
size_t | v8::internal::wasm::PrintSignature (base::Vector< char > buffer, const CanonicalSig *sig, char delimiter) |
|
size_t | v8::internal::wasm::GetWireBytesHash (base::Vector< const uint8_t > wire_bytes) |
|
int | v8::internal::wasm::NumFeedbackSlots (const WasmModule *module, int func_index) |
|