Lines Matching refs:ScopeChain
42 - fixed 3111500 - REGRESSION: crash in "KJS::ScopeChain::mark()" on www.posci.com
113 - changed ScopeChain to not ref each item in the chain, and use
125 (FuncDeclNode::processFuncDecl): Pass ScopeChain directly to avoid copying.
129 setScope both be inline. Use a normal ScopeChain instead of NoRefScopeChain
132 Merge NoRefScopeChain in with ScopeChain since they both work this way now.
260 - change ScopeChain to be a singly linked list shares tails, gives 11% gain on iBench
304 (DeclaredFunctionImp::DeclaredFunctionImp): List -> ScopeChain.
307 * kjs/function.h: List -> ScopeChain.
308 * kjs/function_object.cpp: (FunctionObjectImp::construct): List -> ScopeChain.
317 * kjs/interpreter.cpp: (Context::scopeChain): List -> ScopeChain.
318 * kjs/interpreter.h: List -> ScopeChain.
320 (ResolveNode::evaluateReference): List -> ScopeChain.
321 (FuncDeclNode::processFuncDecl): List -> ScopeChain.
322 (FuncExprNode::evaluate): List -> ScopeChain.
323 * kjs/object.cpp: List -> ScopeChain.
324 * kjs/object.h: List -> ScopeChain.