Home
last modified time | relevance | path

Searched refs:callFrame (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/inspector/
Djava-script-call-frame.cc39 v8::Local<v8::Object> callFrame) in JavaScriptCallFrame() argument
42 m_callFrame(m_isolate, callFrame) {} in JavaScriptCallFrame()
52 v8::Local<v8::Object> callFrame = in callV8FunctionReturnInt() local
55 callFrame->Get(context, toV8StringInternalized(m_isolate, name)) in callV8FunctionReturnInt()
58 if (!func->Call(context, callFrame, 0, nullptr).ToLocal(&result) || in callV8FunctionReturnInt()
72 v8::Local<v8::Object> callFrame = in isAtReturn() local
75 if (!callFrame->Get(context, toV8StringInternalized(m_isolate, "isAtReturn")) in isAtReturn()
87 v8::Local<v8::Object> callFrame = in details() local
90 callFrame->Get(context, toV8StringInternalized(m_isolate, "details")) in details()
94 if (func->Call(context, callFrame, 0, nullptr).ToLocal(&details)) { in details()
[all …]
Djava-script-call-frame.h46 v8::Local<v8::Context> debuggerContext, v8::Local<v8::Object> callFrame) { in create() argument
48 new JavaScriptCallFrame(debuggerContext, callFrame)); in create()
66 v8::Local<v8::Object> callFrame);
Dv8-heap-profiler-agent-impl.cc346 std::unique_ptr<protocol::Runtime::CallFrame> callFrame = in buildSampingHeapProfileNode() local
356 .setCallFrame(std::move(callFrame)) in buildSampingHeapProfileNode()
Dv8-profiler-agent-impl.cc52 auto callFrame = in buildInspectorObjectFor() local
61 .setCallFrame(std::move(callFrame)) in buildInspectorObjectFor()
Dv8-debugger-agent-impl.h102 const String16& callFrame) override;