Changeset 38290 in webkit for trunk/JavaScriptCore/bytecompiler
- Timestamp:
- Nov 10, 2008, 9:45:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecompiler/CodeGenerator.cpp
r38249 r38290 787 787 if (src1->index() == dstIndex 788 788 && src1->isTemporary() 789 && m_codeBlock->isConstant (src2->index())789 && m_codeBlock->isConstantRegisterIndex(src2->index()) 790 790 && m_codeBlock->constantRegisters[src2->index() - m_codeBlock->numVars].jsValue(m_scopeChain->globalObject()->globalExec())->isString()) { 791 791 const UString& value = asString(m_codeBlock->constantRegisters[src2->index() - m_codeBlock->numVars].jsValue(m_scopeChain->globalObject()->globalExec()))->value();
Note:
See TracChangeset
for help on using the changeset viewer.