Searched refs:scopeType (Results 1 – 15 of 15) sorted by relevance
217 var scopeType = [];223 switch (scopeMirror.scopeType()) {247 scopeType.push(scopeMirror.scopeType());262 "scopeType": scopeType,
110 int JavaScriptCallFrame::scopeType(int scopeIndex) const in scopeType() function in WebCore::JavaScriptCallFrame112 …v8::Handle<v8::Array> scopeType = v8::Handle<v8::Array>::Cast(m_callFrame.get()->Get(v8String("sco… in scopeType() local113 return scopeType->Get(scopeIndex)->Int32Value(); in scopeType()
58 int scopeType(int scopeIndex) const;
504 var scopeType = callFrame.scopeType(i);505 scope.type = scopeTypeNames[scopeType];507 if (scopeType === LOCAL_SCOPE)
48 [Custom] unsigned short scopeType(in int scopeIndex);
61 return v8::Int32::New(impl->scopeType(scopeIndex)); in scopeTypeCallback()
86 assertEquals(scopes[i], scope.scopeType());171 assertEquals(scope.scopeType(), response.body.type);173 if (scope.scopeType() == debug.ScopeType.Local ||174 scope.scopeType() == debug.ScopeType.Closure) {
89 JSValue JSJavaScriptCallFrame::scopeType(ExecState* exec) in scopeType() function in WebCore::JSJavaScriptCallFrame
78 void SubGraph::BeginScope (int scopeType, int newArg1, int newArg2) in BeginScope() argument86 lastScope= scopeType; in BeginScope()91 switch (scopeType) { in BeginScope()
156 void BeginScope (int scopeType, int arg1, int arg2);
1734 ScopeMirror.prototype.scopeType = function() { method in ScopeMirror1743 var transient = this.scopeType() == ScopeType.Local ||1744 this.scopeType() == ScopeType.Closure;2343 type: scope.scopeType(),2353 content.type = mirror.scopeType();
12470 (WebCore::JSJavaScriptCallFrame::scopeType):12776 (WebCore::JSJavaScriptCallFrame::scopeType):13078 (WebCore::JSJavaScriptCallFrame::scopeType):13560 (WebCore::JSJavaScriptCallFrame::scopeType):13763 (WebCore::JSJavaScriptCallFrame::scopeType):
17841 Web Inspector: provide JSC implementation for scopeType method on17850 (WebCore::JSJavaScriptCallFrame::scopeType):20621 (WebCore::JSJavaScriptCallFrame::scopeType):20630 (WebCore::JavaScriptCallFrame::scopeType):
57803 (WebCore::JSJavaScriptCallFrame::scopeType):
131747 (WebCore::JSJavaScriptCallFrame::scopeType):