Home
last modified time | relevance | path

Searched refs:buildInspectorObject (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dv8-stack-trace-impl.h39 std::unique_ptr<protocol::Runtime::CallFrame> buildInspectorObject(
81 std::unique_ptr<protocol::Runtime::API::StackTrace> buildInspectorObject(
123 std::unique_ptr<protocol::Runtime::StackTrace> buildInspectorObject(
Dv8-stack-trace-impl.cc78 return asyncParent->buildInspectorObject(debugger, maxAsyncDepth); in buildInspectorObjectCommon()
87 inspectorFrames->emplace_back(frame->buildInspectorObject(client)); in buildInspectorObjectCommon()
97 asyncParent->buildInspectorObject(debugger, maxAsyncDepth - 1)); in buildInspectorObjectCommon()
195 std::unique_ptr<protocol::Runtime::CallFrame> StackFrame::buildInspectorObject( in buildInspectorObject() function in v8_inspector::StackFrame
330 V8StackTraceImpl::buildInspectorObject(int maxAsyncDepth) const { in buildInspectorObject() function in v8_inspector::V8StackTraceImpl
450 AsyncStackTrace::buildInspectorObject(V8Debugger* debugger, in buildInspectorObject() function in v8_inspector::AsyncStackTrace
Dv8-debugger-agent-impl.cc870 *outStackTrace = stack->buildInspectorObject( in getStackTrace()
1524 return asyncParent->buildInspectorObject( in currentAsyncStackTrace()
/third_party/node/deps/v8/include/
Dv8-inspector.h149 buildInspectorObject(int maxAsyncDepth) const = 0;