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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DJavaScriptCallFrame.cpp103 v8::Handle<v8::Value> JavaScriptCallFrame::scopeChain() const function in class:WebCore::JavaScriptCallFrame
105 v8::Handle<v8::Array> scopeChain = v8::Handle<v8::Array>::Cast(m_callFrame.newLocal(m_isolate)->Get(v8AtomicString(m_isolate, "scopeChain"))); local
106 v8::Handle<v8::Array> result = v8::Array::New(m_isolate, scopeChain->Length());
107 for (uint32_t i = 0; i < scopeChain->Length(); i++)
108 result->Set(i, scopeChain->Get(i));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DObjectPropertiesSection.js602 var scopeChain = response.scopeChain; variable
603 if (!scopeChain)
605 for (var i = 0; i < scopeChain.length; ++i) {
606 var scope = scopeChain[i];
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 57 milliseconds