Searched refs:scopeIndex (Results 1 – 9 of 9) sorted by relevance
60 int scopeIndex = args[0]->Int32Value(); in scopeTypeCallback() local61 return v8::Int32::New(impl->scopeType(scopeIndex)); in scopeTypeCallback()
110 int JavaScriptCallFrame::scopeType(int scopeIndex) const in scopeType()113 return scopeType->Get(scopeIndex)->Int32Value(); in scopeType()
58 int scopeType(int scopeIndex) const;
48 [Custom] unsigned short scopeType(in int scopeIndex);
175 request_json += scope.scopeIndex();
178 request_json += scope.scopeIndex();
1780 ScopeMirror.prototype.scopeIndex = function() { method in ScopeMirror2407 content.index = mirror.scopeIndex();
168 request_json += scope.scopeIndex();
930 unsigned scopeIndex = Record[Idx++]; in VisitParmVarDecl() local934 PD->setObjCMethodScopeInfo(scopeIndex); in VisitParmVarDecl()937 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()