![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <memory>
#include "src/objects/js-objects.h"
#include "src/objects/object-macros.h"
#include "torque-generated/src/debug/debug-wasm-objects-tq.inc"
#include "src/objects/object-macros-undef.h"
Go to the source code of this file.
Classes | |
class | v8::internal::WasmValueObject |
Namespaces | |
namespace | v8 |
namespace | v8::debug |
namespace | v8::internal |
namespace | v8::internal::wasm |
Macros | |
#define | WASM_VALUE_FIELDS(V) |
Functions | |
DirectHandle< JSObject > | v8::internal::GetWasmDebugProxy (WasmFrame *frame) |
std::unique_ptr< debug::ScopeIterator > | v8::internal::GetWasmScopeIterator (WasmFrame *frame) |
DirectHandle< String > | v8::internal::GetWasmFunctionDebugName (Isolate *isolate, DirectHandle< WasmTrustedInstanceData > instance_data, uint32_t func_index) |
DirectHandle< ArrayList > | v8::internal::AddWasmInstanceObjectInternalProperties (Isolate *isolate, DirectHandle< ArrayList > result, DirectHandle< WasmInstanceObject > instance) |
DirectHandle< ArrayList > | v8::internal::AddWasmModuleObjectInternalProperties (Isolate *isolate, DirectHandle< ArrayList > result, DirectHandle< WasmModuleObject > module_object) |
DirectHandle< ArrayList > | v8::internal::AddWasmTableObjectInternalProperties (Isolate *isolate, DirectHandle< ArrayList > result, DirectHandle< WasmTableObject > table) |
#define WASM_VALUE_FIELDS | ( | V | ) |
Definition at line 50 of file debug-wasm-objects.h.