Home
last modified time | relevance | path

Searched refs:sp_frame (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/v8windbg/src/
Djs-stack.cc82 WRL::ComPtr<IModelObject> sp_frame; in PopulateFrameData() local
83 while (sp_frame_iterator->GetNext(&sp_frame, 0, nullptr, nullptr) != in PopulateFrameData()
88 sp_frame->GetKeyValue(L"LocalVariables", &sp_local_variables, nullptr); in PopulateFrameData()
/third_party/node/deps/v8/src/execution/
Disolate.cc2092 BaselineFrame* sp_frame = BaselineFrame::cast(js_frame); in ThrowInternal() local
2093 Code code = sp_frame->LookupCode(); in ThrowInternal()
2094 intptr_t pc_offset = sp_frame->GetPCForBytecodeOffset(offset); in ThrowInternal()
2097 sp_frame->PatchContext(context); in ThrowInternal()
2099 Context(), code.InstructionStart(this, sp_frame->sp()), pc_offset, in ThrowInternal()
2100 code.constant_pool(), return_sp, sp_frame->fp(), visited_frames); in ThrowInternal()