Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.cc493 v8::Local<v8::Array> callFramesArray = currentCallFramesV8.As<v8::Array>(); in currentCallFrames() local
495 for (uint32_t i = 0; i < callFramesArray->Length(); ++i) { in currentCallFrames()
497 if (!callFramesArray->Get(debuggerContext(), i).ToLocal(&callFrameValue)) in currentCallFrames()