Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptDebugServer.cpp349 v8::Handle<v8::Value> currentCallFrameV8; in wrapCallFrames() local
352currentCallFrameV8 = 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() local
398currentCallFrameV8 = v8::Debug::Call(currentCallFrameFunction, v8::Integer::New(m_isolate, index)); in callFrameNoScopes()
401currentCallFrameV8 = callDebuggerMethod("currentCallFrameByIndex", WTF_ARRAY_LENGTH(argv), argv); in callFrameNoScopes()
403 ASSERT(!currentCallFrameV8.IsEmpty()); in callFrameNoScopes()
[all …]