Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.cc485 v8::Local<v8::Value> currentCallFramesV8; in currentCallFrames() local
489 .ToLocal(&currentCallFramesV8)) { in currentCallFrames()
492 if (!currentCallFramesV8->IsArray()) return JavaScriptCallFrames(); in currentCallFrames()
493 v8::Local<v8::Array> callFramesArray = currentCallFramesV8.As<v8::Array>(); in currentCallFrames()