Home
last modified time | relevance | path

Searched defs:scopeChain (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DJavaScriptCallFrame.cpp106 v8::Handle<v8::Value> JavaScriptCallFrame::scopeChain() const in scopeChain() function in WebCore::JavaScriptCallFrame
110 v8::Handle<v8::Array> scopeChain = v8::Handle<v8::Array>::Cast(func->Call(callFrame, 0, 0)); in scopeChain() local
DInjectedScriptSource.js665 …, objectGroup, isEvalOnCallFrame, injectCommandLineAPI, returnByValue, generatePreview, scopeChain) argument
700 …evalFunction, object, objectGroup, expression, isEvalOnCallFrame, injectCommandLineAPI, scopeChain) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DDebuggerModel.js990 get scopeChain() getter in WebInspector.DebuggerModel.CallFrame