Home
last modified time | relevance | path

Searched defs:StructProxy (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug-wasm-objects.cc834 struct StructProxy : NamedDebugProxy<StructProxy, kStructProxy, FixedArray> { struct
835 static constexpr char const* kClassName = "Struct";
837 static const int kObjectIndex = 0;
838 static const int kModuleIndex = 1;
839 static const int kTypeIndexIndex = 2;
840 static const int kLength = 3;
842 static Handle<JSObject> Create(Isolate* isolate, const wasm::WasmValue& value, in Create()
852 static uint32_t Count(Isolate* isolate, Handle<FixedArray> data) { in Count()
856 static Handle<Object> Get(Isolate* isolate, Handle<FixedArray> data, in Get()
864 static Handle<String> GetName(Isolate* isolate, Handle<FixedArray> data, in GetName()