Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/bindings/v8/custom/
DV8JavaScriptCallFrameCustom.cpp60 int scopeIndex = args[0]->Int32Value(); in scopeTypeCallback() local
61 return v8::Int32::New(impl->scopeType(scopeIndex)); in scopeTypeCallback()
/external/webkit/Source/WebCore/bindings/v8/
DJavaScriptCallFrame.cpp110 int JavaScriptCallFrame::scopeType(int scopeIndex) const in scopeType()
113 return scopeType->Get(scopeIndex)->Int32Value(); in scopeType()
DJavaScriptCallFrame.h58 int scopeType(int scopeIndex) const;
/external/webkit/Source/WebCore/inspector/
DJavaScriptCallFrame.idl48 [Custom] unsigned short scopeType(in int scopeIndex);
/external/v8/test/mjsunit/bugs/harmony/
Ddebug-blockscopes.js175 request_json += scope.scopeIndex();
/external/v8/test/mjsunit/harmony/
Ddebug-blockscopes.js178 request_json += scope.scopeIndex();
/external/v8/src/
Dmirror-debugger.js1780 ScopeMirror.prototype.scopeIndex = function() { method in ScopeMirror
2407 content.index = mirror.scopeIndex();
/external/v8/test/mjsunit/
Ddebug-scopes.js168 request_json += scope.scopeIndex();
/external/clang/lib/Serialization/
DASTReaderDecl.cpp930 unsigned scopeIndex = Record[Idx++]; in VisitParmVarDecl() local
934 PD->setObjCMethodScopeInfo(scopeIndex); in VisitParmVarDecl()
937 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()