Searched defs:scopeType (Results 1 – 4 of 4) sorted by relevance
110 int JavaScriptCallFrame::scopeType(int scopeIndex) const in scopeType() function in WebCore::JavaScriptCallFrame112 …v8::Handle<v8::Array> scopeType = v8::Handle<v8::Array>::Cast(m_callFrame.get()->Get(v8String("sco… in scopeType() local
89 JSValue JSJavaScriptCallFrame::scopeType(ExecState* exec) in scopeType() function in WebCore::JSJavaScriptCallFrame
78 void SubGraph::BeginScope (int scopeType, int newArg1, int newArg2) in BeginScope()
1785 ScopeMirror.prototype.scopeType = function() { method in ScopeMirror