Searched defs:StructProxy (Results 1 – 1 of 1) sorted by relevance
834 struct StructProxy : NamedDebugProxy<StructProxy, kStructProxy, FixedArray> { struct835 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()