Home
last modified time | relevance | path

Searched refs:sp_result (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/tools/v8windbg/src/
H A Dcur-isolate.cc27 HRESULT GetCurrentIsolate(WRL::ComPtr<IModelObject>& sp_result) { in GetCurrentIsolate() argument
28 sp_result = nullptr; in GetCurrentIsolate()
79 sp_host_context.Get(), isolate_addr, sp_isolate_type.Get(), &sp_result)); in GetCurrentIsolate()
90 WRL::ComPtr<IModelObject> sp_result; variable
91 RETURN_IF_FAIL(GetCurrentIsolate(sp_result));
92 *pp_result = sp_result.Detach();
H A Djs-stack.cc7 HRESULT GetJSStackFrames(WRL::ComPtr<IModelObject>& sp_result) { in GetJSStackFrames() argument
8 sp_result = nullptr; in GetJSStackFrames()
20 RETURN_IF_FAIL(sp_stack->GetKeyValue(L"Frames", &sp_result, nullptr)); in GetJSStackFrames()
H A Dcur-isolate.h18 HRESULT GetCurrentIsolate(WRL::ComPtr<IModelObject>& sp_result);

Completed in 2 milliseconds