Home | History | Annotate | Download | only in jit

Lines Matching refs:FunctionExecutable

1640     FunctionExecutable* executable = function->jsExecutable();
1704 codeBlock = &static_cast<FunctionExecutable*>(executable)->bytecode(stackFrame.callFrame, callee->scope().node());
1720 JSActivation* activation = new (stackFrame.globalData) JSActivation(stackFrame.callFrame, static_cast<FunctionExecutable*>(stackFrame.callFrame->codeBlock()->ownerExecutable()));
2631 FunctionExecutable* function = stackFrame.args[0].function();