Home | History | Annotate | Download | only in bytecode

Lines Matching refs:activation

1656     JSActivation* activation = new (callFrame) JSActivation(callFrame, static_cast<FunctionExecutable*>(ownerExecutable()));
1657 callFrame->uncheckedR(activationRegister()) = JSValue(activation);
1658 callFrame->setScopeChain(callFrame->scopeChain()->push(activation));