#include <wasm-objects.h>
|
| ImportedFunctionEntry (DirectHandle< WasmTrustedInstanceData >, int index) |
|
void | SetGenericWasmToJs (Isolate *, DirectHandle< JSReceiver > callable, wasm::Suspend suspend, const wasm::CanonicalSig *sig, wasm::CanonicalTypeIndex sig_id) |
|
V8_EXPORT_PRIVATE void | SetCompiledWasmToJs (Isolate *, DirectHandle< JSReceiver > callable, wasm::WasmCode *wasm_to_js_wrapper, wasm::Suspend suspend, const wasm::CanonicalSig *sig, wasm::CanonicalTypeIndex sig_id) |
|
void | SetWasmToWasm (Tagged< WasmTrustedInstanceData > target_instance_object, WasmCodePointer call_target, wasm::CanonicalTypeIndex sig_id) |
|
Tagged< JSReceiver > | callable () |
|
Tagged< Object > | maybe_callable () |
|
Tagged< Object > | implicit_arg () |
|
WasmCodePointer | target () |
|
Definition at line 114 of file wasm-objects.h.
◆ ImportedFunctionEntry()
◆ callable()
◆ implicit_arg()
Tagged< Object > v8::internal::ImportedFunctionEntry::implicit_arg |
( |
| ) |
|
◆ maybe_callable()
Tagged< Object > v8::internal::ImportedFunctionEntry::maybe_callable |
( |
| ) |
|
◆ SetCompiledWasmToJs()
◆ SetGenericWasmToJs()
◆ SetWasmToWasm()
◆ target()
◆ index_
int const v8::internal::ImportedFunctionEntry::index_ |
|
private |
◆ instance_data_
The documentation for this class was generated from the following files: