Home
last modified time | relevance | path

Searched refs:setScope (Results 1 – 20 of 20) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRHashMap.h51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
86 - (void)setScope:(NSInteger)i;
DANTLRHashMap.m170 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1];
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRHashMap.h51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
86 - (void)setScope:(NSInteger)i;
DANTLRHashMap.m170 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1];
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRHashMap.h51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
86 - (void)setScope:(NSInteger)i;
DANTLRHashMap.m170 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRHashMap.h83 - (void)setScope:(NSInteger)i;
101 @property (getter=getScope, setter=setScope:) NSInteger Scope;
DANTLRHashMap.m172 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1];
/external/webkit/Source/WebCore/bindings/js/
DJSLazyEventListener.cpp117 …listenerAsFunction->setScope(exec->globalData(), static_cast<JSNode*>(wrapper())->pushEventHandler… in initializeJSFunction()
/external/webkit/Source/JavaScriptCore/runtime/
DJSFunction.h62 void setScope(JSGlobalData& globalData, ScopeChainNode* scopeChain) in setScope() function
/external/webkit/Source/WebCore/bridge/qt/
Dqt_runtime.cpp1835 fimp->setScope(exec->globalData(), oldsc->push(wrapper)); in execute()
1843 fimp->setScope(exec->globalData(), oldsc); in execute()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2002-12-03127 * kjs/object.cpp: Make scope and setScope inline.
129 setScope both be inline. Use a normal ScopeChain instead of NoRefScopeChain
DChangeLog7177 (JSC::JSFunction::setScope):
DChangeLog-2007-10-147993 (KJS::FunctionImp::setScope): ditto
DChangeLog-2008-08-1012203 Otherwise, FunctionImp::setScope would cause a reference
DChangeLog-2009-06-165531 (JSC::JSFunction::setScope):
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp3088 func->setScope(callFrame->globalData(), func->scope()->push(functionScopeObject)); in DEFINE_STUB_FUNCTION()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp3807 func->setScope(*globalData, func->scope()->push(functionScopeObject)); in privateExecute()
/external/webkit/Source/WebCore/
DChangeLog-2002-12-0316100 (Object::hasInstance), (Object::scope), (Object::setScope), (Object::propList),
16111 (ObjectImp::setScope), (ObjectImp::propList), (ObjectImp::internalValue),
DChangeLog-2005-08-236555 (DOM::HTMLTableCellElementImpl::setScope):
7061 (-[DOMHTMLTableCellElement setScope:]):
9888 (DOM::HTMLTableCellElementImpl::setScope):
10446 (-[DOMHTMLTableCellElement setScope:]):
18594 (DOM::HTMLTableCellElementImpl::setScope):
49301 (-[HTMLTableCellElement setScope:]):