Lines Matching refs:JavaScriptCallFrame
38 JavaScriptCallFrame::JavaScriptCallFrame(v8::Local<v8::Context> debuggerContext, in JavaScriptCallFrame() function in v8_inspector::JavaScriptCallFrame
44 JavaScriptCallFrame::~JavaScriptCallFrame() {} in ~JavaScriptCallFrame()
46 int JavaScriptCallFrame::callV8FunctionReturnInt(const char* name) const { in callV8FunctionReturnInt()
64 int JavaScriptCallFrame::sourceID() const { in sourceID()
68 int JavaScriptCallFrame::line() const { in line()
72 int JavaScriptCallFrame::column() const { in column()
76 int JavaScriptCallFrame::contextId() const { in contextId()
80 bool JavaScriptCallFrame::isAtReturn() const { in isAtReturn()
94 v8::Local<v8::Object> JavaScriptCallFrame::details() const { in details()
108 v8::MaybeLocal<v8::Value> JavaScriptCallFrame::evaluate( in evaluate()
122 v8::MaybeLocal<v8::Value> JavaScriptCallFrame::restart() { in restart()
139 v8::MaybeLocal<v8::Value> JavaScriptCallFrame::setVariableValue( in setVariableValue()