Searched refs:oldCodeBlock (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp544 CodeBlock* oldCodeBlock = codeBlock; local
556 if (oldCodeBlock->codeType() == FunctionCode && oldCodeBlock->needsFullScopeChain()) {
557 if (!callFrame->uncheckedR(oldCodeBlock->activationRegister()).jsValue()) {
558 oldCodeBlock->createActivation(callFrame);
567 if (JSValue arguments = callFrame->uncheckedR(unmodifiedArgumentsRegister(oldCodeBlock->argumentsRegister())).jsValue()) {
568 if (!oldCodeBlock->isStrictMode())
571 } else if (oldCodeBlock->usesArguments() && !oldCodeBlock->isStrictMode()) {
572 if (JSValue arguments = callFrame->uncheckedR(unmodifiedArgumentsRegister(oldCodeBlock
[all...]

Completed in 286 milliseconds