Home
last modified time | relevance | path

Searched refs:GetLocalScopeObject (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dwasm-debug.cc430 Handle<JSObject> GetLocalScopeObject(InterpretedFrame* frame, in GetLocalScopeObject() function in v8::internal::wasm::__anonf9bf0af50111::InterpreterHandle
506 GetLocalScopeObject(frame.get(), debug_info); in GetScopeDetails()
693 Handle<JSObject> WasmDebugInfo::GetLocalScopeObject( in GetLocalScopeObject() function in v8::internal::WasmDebugInfo
697 return interp_handle->GetLocalScopeObject(frame.get(), debug_info); in GetLocalScopeObject()
Dwasm-objects.h612 static Handle<JSObject> GetLocalScopeObject(Handle<WasmDebugInfo>,
/external/v8/src/debug/
Ddebug-scope-iterator.cc165 return Utils::ToLocal(WasmDebugInfo::GetLocalScopeObject( in GetObject()