Home
last modified time | relevance | path

Searched refs:scopeType (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DDebuggerScript.js217 var scopeType = [];
223 switch (scopeMirror.scopeType()) {
247 scopeType.push(scopeMirror.scopeType());
262 "scopeType": scopeType,
DJavaScriptCallFrame.cpp110 int JavaScriptCallFrame::scopeType(int scopeIndex) const in scopeType() function in WebCore::JavaScriptCallFrame
112 …v8::Handle<v8::Array> scopeType = v8::Handle<v8::Array>::Cast(m_callFrame.get()->Get(v8String("sco… in scopeType() local
113 return scopeType->Get(scopeIndex)->Int32Value(); in scopeType()
DJavaScriptCallFrame.h58 int scopeType(int scopeIndex) const;
/external/v8/test/mjsunit/bugs/harmony/
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/harmony/
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/v8/test/mjsunit/
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());
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());
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) {
Ddebug-stepout-scope.js42 scope.scopeType();
/external/webkit/Source/WebCore/inspector/
DInjectedScriptSource.js504 var scopeType = callFrame.scopeType(i);
505 scope.type = scopeTypeNames[scopeType];
507 if (scopeType === LOCAL_SCOPE)
DJavaScriptCallFrame.idl48 [Custom] unsigned short scopeType(in int scopeIndex);
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8JavaScriptCallFrameCustom.cpp61 return v8::Int32::New(impl->scopeType(scopeIndex)); in scopeTypeCallback()
/external/webkit/Source/WebCore/bindings/js/
DJSJavaScriptCallFrameCustom.cpp89 JSValue JSJavaScriptCallFrame::scopeType(ExecState* exec) in scopeType() function in WebCore::JSJavaScriptCallFrame
/external/srec/tools/grxmlcompile/
Dsub_grph.cpp78 void SubGraph::BeginScope (int scopeType, int newArg1, int newArg2) in BeginScope() argument
86 lastScope= scopeType; in BeginScope()
91 switch (scopeType) { in BeginScope()
Dsub_grph.h156 void BeginScope (int scopeType, int arg1, int arg2);
/external/v8/src/
Dmirror-debugger.js1785 ScopeMirror.prototype.scopeType = function() { method in ScopeMirror
1794 var transient = this.scopeType() == ScopeType.Local ||
1795 this.scopeType() == ScopeType.Closure;
2399 type: scope.scopeType(),
2409 content.type = mirror.scopeType();
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
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,...)>-…
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,...)>-…
2802 <scopeType(sname=scope.name,...)> (*<scopePushName(sname=scope.name,...)>)(struct <name>_Ctx_str…
2803 <scopeType(sname=scope.name,...)> <scopeTopDecl(sname=scope.name,...)>;
2817 <scopeType(sname=scope.name,...)> (*<scopePushName(sname=scope.name,...)>)(struct <name>_Ctx_stru…
[all …]
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1612470 (WebCore::JSJavaScriptCallFrame::scopeType):
12776 (WebCore::JSJavaScriptCallFrame::scopeType):
13078 (WebCore::JSJavaScriptCallFrame::scopeType):
13560 (WebCore::JSJavaScriptCallFrame::scopeType):
13763 (WebCore::JSJavaScriptCallFrame::scopeType):
DChangeLog-2010-05-2417841 Web Inspector: provide JSC implementation for scopeType method on
17850 (WebCore::JSJavaScriptCallFrame::scopeType):
20621 (WebCore::JSJavaScriptCallFrame::scopeType):
20630 (WebCore::JavaScriptCallFrame::scopeType):
DChangeLog57803 (WebCore::JSJavaScriptCallFrame::scopeType):
DChangeLog-2010-12-06131747 (WebCore::JSJavaScriptCallFrame::scopeType):