Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.cc496 v8::Local<v8::Value> callFrameValue; in currentCallFrames() local
497 if (!callFramesArray->Get(debuggerContext(), i).ToLocal(&callFrameValue)) in currentCallFrames()
499 if (!callFrameValue->IsObject()) return JavaScriptCallFrames(); in currentCallFrames()
500 v8::Local<v8::Object> callFrameObject = callFrameValue.As<v8::Object>(); in currentCallFrames()