Searched defs:scopeType (Results 1 - 4 of 4) sorted by relevance

/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 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();
/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) {
/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();

Completed in 510 milliseconds