Searched refs:currentCallFrameV8 (Results 1 – 1 of 1) sorted by relevance
349 v8::Handle<v8::Value> currentCallFrameV8; in wrapCallFrames() local352 … currentCallFrameV8 = v8::Debug::Call(currentCallFrameFunction, v8::Integer::New(m_isolate, data)); in wrapCallFrames()355 currentCallFrameV8 = callDebuggerMethod("currentCallFrame", WTF_ARRAY_LENGTH(argv), argv); in wrapCallFrames()357 ASSERT(!currentCallFrameV8.IsEmpty()); in wrapCallFrames()358 if (!currentCallFrameV8->IsObject()) in wrapCallFrames()360 …tCallFrame::create(v8::Debug::GetDebugContext(), v8::Handle<v8::Object>::Cast(currentCallFrameV8)); in wrapCallFrames()395 v8::Handle<v8::Value> currentCallFrameV8; in callFrameNoScopes() local398 …currentCallFrameV8 = v8::Debug::Call(currentCallFrameFunction, v8::Integer::New(m_isolate, index)); in callFrameNoScopes()401 … currentCallFrameV8 = callDebuggerMethod("currentCallFrameByIndex", WTF_ARRAY_LENGTH(argv), argv); in callFrameNoScopes()403 ASSERT(!currentCallFrameV8.IsEmpty()); in callFrameNoScopes()[all …]