Home
last modified time | relevance | path

Searched refs:instance_obj (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc2150 i::MaybeHandle<i::WasmInstanceObject> instance_obj = in make() local
2169 } else if (instance_obj.is_null()) { in make()
2175 return implement<Instance>::type::make(store, instance_obj.ToHandleChecked()); in make()
2193 i::Handle<i::WasmInstanceObject> instance_obj = instance->v8_object(); variable
2194 i::Handle<i::WasmModuleObject> module_obj(instance_obj->module_object(),
2196 i::Handle<i::JSObject> exports_obj(instance_obj->exports_object(), isolate);
H A Dwasm-js.cc834 i::Handle<i::JSObject> instance_obj; in WebAssemblyInstance() local
835 if (!maybe_instance_obj.ToHandle(&instance_obj)) { in WebAssemblyInstance()
842 // and use {instance_obj} instead, but it does have the correct prototype, in WebAssemblyInstance()
845 // subclass: {instance_obj} has {WebAssembly.Instance}'s prototype at this in WebAssemblyInstance()
847 if (!TransferPrototype(i_isolate, instance_obj, in WebAssemblyInstance()
852 args.GetReturnValue().Set(Utils::ToLocal(instance_obj)); in WebAssemblyInstance()

Completed in 23 milliseconds