Searched refs:setScope (Results 1 – 20 of 20) sorted by relevance
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRHashMap.h | 51 @property (getter=getScope, setter=setScope:) NSInteger Scope; 86 - (void)setScope:(NSInteger)i;
|
D | ANTLRHashMap.m | 170 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1];
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRHashMap.h | 51 @property (getter=getScope, setter=setScope:) NSInteger Scope; 86 - (void)setScope:(NSInteger)i;
|
D | ANTLRHashMap.m | 170 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1];
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRHashMap.h | 51 @property (getter=getScope, setter=setScope:) NSInteger Scope; 86 - (void)setScope:(NSInteger)i;
|
D | ANTLRHashMap.m | 170 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1];
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRHashMap.h | 83 - (void)setScope:(NSInteger)i; 101 @property (getter=getScope, setter=setScope:) NSInteger Scope;
|
D | ANTLRHashMap.m | 172 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1];
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSLazyEventListener.cpp | 117 …listenerAsFunction->setScope(exec->globalData(), static_cast<JSNode*>(wrapper())->pushEventHandler… in initializeJSFunction()
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSFunction.h | 62 void setScope(JSGlobalData& globalData, ScopeChainNode* scopeChain) in setScope() function
|
/external/webkit/Source/WebCore/bridge/qt/ |
D | qt_runtime.cpp | 1835 fimp->setScope(exec->globalData(), oldsc->push(wrapper)); in execute() 1843 fimp->setScope(exec->globalData(), oldsc); in execute()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2002-12-03 | 127 * kjs/object.cpp: Make scope and setScope inline. 129 setScope both be inline. Use a normal ScopeChain instead of NoRefScopeChain
|
D | ChangeLog | 7177 (JSC::JSFunction::setScope):
|
D | ChangeLog-2007-10-14 | 7993 (KJS::FunctionImp::setScope): ditto
|
D | ChangeLog-2008-08-10 | 12203 Otherwise, FunctionImp::setScope would cause a reference
|
D | ChangeLog-2009-06-16 | 5531 (JSC::JSFunction::setScope):
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITStubs.cpp | 3088 func->setScope(callFrame->globalData(), func->scope()->push(functionScopeObject)); in DEFINE_STUB_FUNCTION()
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
D | Interpreter.cpp | 3807 func->setScope(*globalData, func->scope()->push(functionScopeObject)); in privateExecute()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 16100 (Object::hasInstance), (Object::scope), (Object::setScope), (Object::propList), 16111 (ObjectImp::setScope), (ObjectImp::propList), (ObjectImp::internalValue),
|
D | ChangeLog-2005-08-23 | 6555 (DOM::HTMLTableCellElementImpl::setScope): 7061 (-[DOMHTMLTableCellElement setScope:]): 9888 (DOM::HTMLTableCellElementImpl::setScope): 10446 (-[DOMHTMLTableCellElement setScope:]): 18594 (DOM::HTMLTableCellElementImpl::setScope): 49301 (-[HTMLTableCellElement setScope:]):
|