Home
last modified time | relevance | path

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

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