Searched refs:scopeType (Results 1 - 17 of 17) sorted by path

/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg2682 <scopeStruct(sname=scope.name,...)>, * <scopeType(sname=scope.name,...)>;
2710 static <scopeType(sname=scope.name,...)> <scopePushName(sname=scope.name,...)>(p<name> ctx);
2711 static void ANTLR3_CDECL <scope.name>Free(<scopeType(sname=scope.name)> scope);
2741 SCOPE_TOP(<scope.name>) = (<scopeType(sname=scope.name)>)(ctx-><scopeStack(sname=scope.name,...)>->get(ctx-><bscopeStack(sname=scope.name,...)>, ctx-><scopeStack(sname=scope.name,...)>_limit - 1));
2753 static <scopeType(sname=scope.name,...)> <scopePushName(sname=scope.name,...)>(p<name> ctx);
2754 static void ANTLR3_CDECL <scope.name>Free(<scopeType(sname=scope.name)> scope);
2784 SCOPE_TOP(<scope.name>) = (<scopeType(sname=scope.name)>)(ctx-><scopeStack(sname=scope.name,...)>->get(ctx-><scopeStack(sname=scope.name,...)>, ctx-><scopeStack(sname=scope.name,...)>_limit - 1));
2802 <scopeType(sname=scope.name,...)> (*<scopePushName(sname=scope.name,...)>)(struct <name>_Ctx_struct * ctx);
2803 <scopeType(sname=scope.name,...)> <scopeTopDecl(sname=scope.name,...)>;
2817 <scopeType(snam
[all...]
/external/srec/tools/grxmlcompile/
H A Dsub_grph.cpp78 void SubGraph::BeginScope (int scopeType, int newArg1, int newArg2) argument
86 lastScope= scopeType;
91 switch (scopeType) {
H A Dsub_grph.h156 void BeginScope (int scopeType, int arg1, int arg2);
/external/v8/src/
H A Dmirror-debugger.js1785 ScopeMirror.prototype.scopeType = function() {
1794 var transient = this.scopeType() == ScopeType.Local ||
1795 this.scopeType() == ScopeType.Closure;
2399 type: scope.scopeType(),
2409 content.type = mirror.scopeType();
/external/v8/test/mjsunit/bugs/harmony/
H A Ddebug-blockscopes.js86 assertEquals(scopes[i], scope.scopeType());
179 assertEquals(scope.scopeType(), response.body.type);
181 if (scope.scopeType() == debug.ScopeType.Local ||
182 scope.scopeType() == debug.ScopeType.Closure) {
/external/v8/test/mjsunit/
H A Ddebug-evaluate-locals-optimized-double.js86 assertEquals(debug.ScopeType.Local, frame.scope(0).scopeType());
87 assertEquals(debug.ScopeType.Global, frame.scope(1).scopeType());
128 assertEquals(debug.ScopeType.Global, frame.scope(0).scopeType());
H A Ddebug-evaluate-locals-optimized.js76 assertEquals(debug.ScopeType.Local, frame.scope(0).scopeType());
77 assertEquals(debug.ScopeType.Global, frame.scope(1).scopeType());
118 assertEquals(debug.ScopeType.Global, frame.scope(0).scopeType());
H A Ddebug-scopes.js85 assertEquals(scopes[i], scope.scopeType());
172 assertEquals(scope.scopeType(), response.body.type);
174 if (scope.scopeType() == debug.ScopeType.Local ||
175 scope.scopeType() == debug.ScopeType.Closure) {
H A Ddebug-stepout-scope.js42 scope.scopeType();
/external/v8/test/mjsunit/harmony/
H A Ddebug-blockscopes.js89 assertEquals(scopes[i], scope.scopeType());
182 assertEquals(scope.scopeType(), response.body.type);
184 if (scope.scopeType() == debug.ScopeType.Local ||
185 scope.scopeType() == debug.ScopeType.Closure) {
/external/webkit/Source/WebCore/bindings/js/
H A DJSJavaScriptCallFrameCustom.cpp89 JSValue JSJavaScriptCallFrame::scopeType(ExecState* exec) function in class:WebCore::JSJavaScriptCallFrame
/external/webkit/Source/WebCore/bindings/v8/
H A DDebuggerScript.js217 var scopeType = [];
223 switch (scopeMirror.scopeType()) {
247 scopeType.push(scopeMirror.scopeType());
262 "scopeType": scopeType,
H A DJavaScriptCallFrame.cpp110 int JavaScriptCallFrame::scopeType(int scopeIndex) const function in class:WebCore::JavaScriptCallFrame
112 v8::Handle<v8::Array> scopeType = v8::Handle<v8::Array>::Cast(m_callFrame.get()->Get(v8String("scopeType"))); local
113 return scopeType->Get(scopeIndex)->Int32Value();
H A DJavaScriptCallFrame.h58 int scopeType(int scopeIndex) const;
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8JavaScriptCallFrameCustom.cpp61 return v8::Int32::New(impl->scopeType(scopeIndex));
/external/webkit/Source/WebCore/inspector/
H A DInjectedScriptSource.js504 var scopeType = callFrame.scopeType(i);
505 scope.type = scopeTypeNames[scopeType];
507 if (scopeType === LOCAL_SCOPE)
H A DJavaScriptCallFrame.idl48 [Custom] unsigned short scopeType(in int scopeIndex);

Completed in 339 milliseconds