Searched refs:instance_object (Results 1 – 4 of 4) sorted by relevance
448 Handle<JSObject> instance_object = in New() local451 Object::SetProperty(instance_object, instance_sym, instance_object, STRICT) in New()454 reinterpret_cast<WasmInstanceObject*>(*instance_object), isolate); in New()
309 i::MaybeHandle<i::Object> instance_object = i::wasm::SyncInstantiate( in WebAssemblyInstance() local312 if (instance_object.is_null()) return; in WebAssemblyInstance()313 args.GetReturnValue().Set(Utils::ToLocal(instance_object.ToHandleChecked())); in WebAssemblyInstance()
2247 Handle<WasmInstanceObject> instance = instance_wrapper->instance_object(); in GrowWebAssemblyMemory()2260 Handle<WasmInstanceObject> instance = instance_wrapper->instance_object(); in GrowWebAssemblyMemory()2671 MaybeHandle<WasmInstanceObject> instance_object = SyncInstantiate( in AsyncInstantiate() local2677 ResolvePromise(isolate, promise, instance_object.ToHandleChecked()); in AsyncInstantiate()2696 MaybeHandle<WasmInstanceObject> instance_object = SyncInstantiate( in AsyncCompileAndInstantiate() local2713 instance_object.ToHandleChecked(), NONE); in AsyncCompileAndInstantiate()
460 Handle<WasmInstanceObject> instance_object() { in instance_object() function