Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-debug.h166 Handle<JSObject> GetStackScopeObject(Isolate*, Address pc, Address fp,
Dwasm-debug.cc327 Handle<JSObject> GetStackScopeObject(Isolate* isolate, Address pc, Address fp, in GetStackScopeObject() function in v8::internal::wasm::DebugInfoImpl
867 Handle<JSObject> DebugInfo::GetStackScopeObject(Isolate* isolate, Address pc, in GetStackScopeObject() function in v8::internal::wasm::DebugInfo
870 return impl_->GetStackScopeObject(isolate, pc, fp, debug_break_fp); in GetStackScopeObject()
/external/v8/src/debug/
Ddebug-scope-iterator.cc184 return Utils::ToLocal(debug_info->GetStackScopeObject( in GetObject()