Lines Matching refs:v8_object

912   own<Ref> copy() const { return make(store(), v8_object()); }
918 i::Handle<JSType> v8_object() const { return i::Handle<JSType>::cast(val_); }
920 void* get_host_info() const { return store()->GetHostInfo(v8_object()); }
923 store()->SetHostInfo(v8_object(), info, finalizer);
949 return impl(this)->v8_object()->SameValue(*impl(that)->v8_object());
1034 isolate->CreateMessage(impl(this)->v8_object(), nullptr);
1068 isolate->GetSimpleStackTrace(impl(this)->v8_object());
1080 isolate->GetSimpleStackTrace(impl(this)->v8_object());
1152 impl(this)->v8_object()->native_module();
1188 return ExportsImpl(impl(this)->v8_object());
1193 impl(this)->v8_object()->native_module();
1273 i::Handle<i::JSReceiver> obj = impl(this)->v8_object();
1329 return impl(ex)->v8_object();
1473 i::Handle<i::JSFunction> func = impl(this)->v8_object();
1485 i::Handle<i::JSFunction> func = impl(this)->v8_object();
1498 i::Handle<i::JSFunction> func = impl(this)->v8_object();
1520 return impl(ref)->v8_object();
1651 func->v8_object()->shared().function_data(v8::kAcquireLoad);
1765 isolate->Throw(*impl(trap.get())->v8_object());
1839 i::Handle<i::WasmGlobalObject> v8_global = impl(this)->v8_object();
1846 i::Handle<i::WasmGlobalObject> v8_global = impl(this)->v8_object();
1876 i::Handle<i::WasmGlobalObject> v8_global = impl(this)->v8_object();
1952 i::Handle<i::JSReceiver> init = impl(ref)->v8_object();
1966 i::Handle<i::WasmTableObject> table = impl(this)->v8_object();
1985 i::Handle<i::WasmTableObject> table = impl(this)->v8_object();
2002 i::Handle<i::WasmTableObject> table = impl(this)->v8_object();
2018 return impl(this)->v8_object()->current_length();
2022 i::Handle<i::WasmTableObject> table = impl(this)->v8_object();
2074 i::Handle<i::WasmMemoryObject> memory = impl(this)->v8_object();
2084 impl(this)->v8_object()->array_buffer().backing_store());
2088 return impl(this)->v8_object()->array_buffer().byte_length();
2093 impl(this)->v8_object()->array_buffer().byte_length() /
2098 i::Handle<i::WasmMemoryObject> memory = impl(this)->v8_object();
2124 DCHECK_EQ(module->v8_object()->GetIsolate(), isolate);
2147 impl(imports[i])->v8_object()));
2152 isolate, &thrower, module->v8_object(), imports_obj,
2193 i::Handle<i::WasmInstanceObject> instance_obj = instance->v8_object();