Searched refs:callFrame (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/inspector/ |
D | java-script-call-frame.cc | 39 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 …]
|
D | java-script-call-frame.h | 46 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);
|
D | v8-heap-profiler-agent-impl.cc | 346 std::unique_ptr<protocol::Runtime::CallFrame> callFrame = in buildSampingHeapProfileNode() local 356 .setCallFrame(std::move(callFrame)) in buildSampingHeapProfileNode()
|
D | v8-profiler-agent-impl.cc | 52 auto callFrame = in buildInspectorObjectFor() local 61 .setCallFrame(std::move(callFrame)) in buildInspectorObjectFor()
|
D | v8-debugger-agent-impl.h | 102 const String16& callFrame) override;
|