Searched refs:instance_obj (Results 1 – 1 of 1) sorted by relevance
289 Handle<WasmInstanceObject> instance_obj(frame->wasm_instance(), isolate_); in GetInstanceObject() local293 instance_obj->debug_info()->interpreter_handle()) in GetInstanceObject()295 return instance_obj; in GetInstanceObject()584 Handle<WasmInstanceObject> instance_obj) { in SetupForTesting() argument585 Handle<WasmDebugInfo> debug_info = WasmDebugInfo::New(instance_obj); in SetupForTesting()586 Isolate* isolate = instance_obj->GetIsolate(); in SetupForTesting()