Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/v8windbg/src/
H A Dlocal-variables.cc39 WRL::ComPtr<IDebugHostContext> host_context; variable
40 RETURN_IF_FAIL(sp_debug_host->GetCurrentContext(&host_context));
42 if (SUCCEEDED(symbols->FindModuleByLocation(host_context.Get(),
47 Extension::Current()->GetV8Module(host_context);
64 host_context.Get(), &result));
97 Extension::Current()->GetV8ObjectType(host_context);
113 host_context.Get(), stack_offset, object_array_type.Get(), &array));
117 std::vector<Property> properties = GetStackFrame(host_context, frame_offset);
120 RETURN_IF_FAIL(GetModelForProperty(prop, host_context, &property));
H A Djs-stack.cc63 WRL::ComPtr<IDebugHostContext>& host_context) in StackFrameIterator()
64 : sp_ctx_(host_context) {} in StackFrameIterator()
62 StackFrameIterator( WRL::ComPtr<IDebugHostContext>& host_context) StackFrameIterator() argument
H A Djs-stack.h48 StackFrameIterator(WRL::ComPtr<IDebugHostContext>& host_context);

Completed in 1 milliseconds