Lines Matching refs:get
113 return handle(Map::cast(maps->get(id)), isolate);
301 InternalIndex entry(Smi::ToInt(names->get(i)));
401 return handle(instance->tables().get(index), isolate);
448 return handle(values->get(index), isolate);
455 WasmModuleObject::cast(values->get(count + 0)).native_module();
456 auto function_index = Smi::ToInt(Smi::cast(values->get(count + 1)));
497 return handle(values->get(index), isolate);
525 return handle(JSObject::cast(proxies->get(Proxy::kId)), isolate);
825 handle(Map::cast(maps->get(kWasmValueMapIndex)), isolate);
853 return WasmStruct::cast(data->get(kObjectIndex)).type()->field_count();
858 Handle<WasmStruct> obj(WasmStruct::cast(data->get(kObjectIndex)), isolate);
860 WasmModuleObject::cast(data->get(kModuleIndex)), isolate);
867 WasmModuleObject::cast(data->get(kModuleIndex)).native_module();
868 int struct_type_index = Smi::ToInt(Smi::cast(data->get(kTypeIndexIndex)));
913 return WasmArray::cast(data->get(kObjectIndex)).length();
918 Handle<WasmArray> array(WasmArray::cast(data->get(kObjectIndex)), isolate);
920 WasmModuleObject::cast(data->get(kModuleIndex)), isolate);