Searched refs:callFrameValue (Results 1 – 1 of 1) sorted by relevance
455 v8::Local<v8::Value> callFrameValue; in currentCallFrames() local456 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()