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

/external/webkit/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp150 m_codeBlock->dump(m_scopeChain->globalObject()->globalExec());
156 m_codeBlock->setIsNumericCompareFunction(instructions() == m_globalData->numericCompareFunction(m_scopeChain->globalObject()->globalExec()));
208 , m_scopeChain(&scopeChain)
294 , m_scopeChain(&scopeChain)
376 , m_scopeChain(&scopeChain)
789 instructions().append(m_scopeChain->globalObject()->d()->callFunction);
800 instructions().append(m_scopeChain->globalObject()->d()->applyFunction);
1001 ScopeChainIterator iter = m_scopeChain->begin();
1003 ASSERT((++iter) == m_scopeChain->end());
1010 ScopeChainIterator iter = m_scopeChain
[all...]
H A DBytecodeGenerator.h474 const ScopeChain* m_scopeChain; member in class:JSC::BytecodeGenerator

Completed in 86 milliseconds