![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/debug/debug-wasm-objects.h"
#include <optional>
#include "src/api/api-inl.h"
#include "src/api/api-natives.h"
#include "src/base/strings.h"
#include "src/common/globals.h"
#include "src/debug/debug-interface.h"
#include "src/debug/debug-wasm-objects-inl.h"
#include "src/execution/frames-inl.h"
#include "src/objects/allocation-site.h"
#include "src/objects/property-descriptor.h"
#include "src/wasm/canonical-types.h"
#include "src/wasm/names-provider.h"
#include "src/wasm/string-builder.h"
#include "src/wasm/wasm-debug.h"
#include "src/wasm/wasm-engine.h"
#include "src/wasm/wasm-objects-inl.h"
#include "src/wasm/wasm-value.h"
Go to the source code of this file.
Classes | |
struct | v8::internal::StructProxy |
struct | v8::internal::ArrayProxy |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
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) |
|
private |
Definition at line 750 of file debug-wasm-objects.cc.
|
staticconstexpr |
Definition at line 298 of file debug-wasm-objects.cc.
|
staticconstexpr |
Definition at line 98 of file debug-wasm-objects.cc.
|
private |
Definition at line 751 of file debug-wasm-objects.cc.