Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-debug.cc406 Handle<JSObject> GetGlobalScopeObject(InterpretedFrame* frame, in GetGlobalScopeObject() function in v8::internal::wasm::__anonf9bf0af50111::InterpreterHandle
497 GetGlobalScopeObject(frame.get(), debug_info); in GetScopeDetails()
685 Handle<JSObject> WasmDebugInfo::GetGlobalScopeObject( in GetGlobalScopeObject() function in v8::internal::WasmDebugInfo
689 return interp_handle->GetGlobalScopeObject(frame.get(), debug_info); in GetGlobalScopeObject()
Dwasm-objects.h609 static Handle<JSObject> GetGlobalScopeObject(Handle<WasmDebugInfo>,
/external/v8/src/debug/
Ddebug-scope-iterator.cc162 return Utils::ToLocal(WasmDebugInfo::GetGlobalScopeObject( in GetObject()