Home
last modified time | relevance | path

Searched refs:scopeType (Results 1 – 15 of 15) 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/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/v8/test/mjsunit/
Ddebug-scopes.js86 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) {
/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.js1734 ScopeMirror.prototype.scopeType = function() { method in ScopeMirror
1743 var transient = this.scopeType() == ScopeType.Local ||
1744 this.scopeType() == ScopeType.Closure;
2343 type: scope.scopeType(),
2353 content.type = mirror.scopeType();
/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):