Searched refs:callDataScopeChain (Results 1 – 2 of 2) sorted by relevance
/external/webkit/JavaScriptCore/interpreter/ |
D | Interpreter.cpp | 3005 ScopeChainNode* callDataScopeChain = callData.js.scopeChain; in privateExecute() local 3007 CodeBlock* newCodeBlock = &functionBodyNode->bytecode(callDataScopeChain); in privateExecute() 3018 …callFrame->init(newCodeBlock, vPC + 5, callDataScopeChain, previousCallFrame, dst, argCount, asFun… in privateExecute() 3159 ScopeChainNode* callDataScopeChain = callData.js.scopeChain; in privateExecute() local 3161 CodeBlock* newCodeBlock = &functionBodyNode->bytecode(callDataScopeChain); in privateExecute() 3172 …callFrame->init(newCodeBlock, vPC + 5, callDataScopeChain, previousCallFrame, dst, argCount, asFun… in privateExecute() 3408 ScopeChainNode* callDataScopeChain = constructData.js.scopeChain; in privateExecute() local 3410 CodeBlock* newCodeBlock = &functionBodyNode->bytecode(callDataScopeChain); in privateExecute() 3417 structure = callDataScopeChain->globalObject()->emptyObjectStructure(); in privateExecute() 3431 …callFrame->init(newCodeBlock, vPC + 7, callDataScopeChain, previousCallFrame, dst, argCount, asFun… in privateExecute()
|
/external/webkit/JavaScriptCore/jit/ |
D | JITStubs.cpp | 1485 ScopeChainNode* callDataScopeChain = function->scope().node(); in DEFINE_STUB_FUNCTION() local 1486 body->jitCode(callDataScopeChain); in DEFINE_STUB_FUNCTION()
|