Changeset 34089 in webkit for trunk/JavaScriptCore/VM/CodeGenerator.cpp
- Timestamp:
- May 23, 2008, 1:49:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CodeGenerator.cpp
r34087 r34089 207 207 for (size_t i = 0; i < functionStack.size(); ++i) { 208 208 FuncDeclNode* funcDecl = functionStack[i]; 209 globalObject->removeDirect(funcDecl->m_ident); // Make sure our new function is not shadowed by an old property. 209 210 emitNewFunction(addVar(funcDecl->m_ident, false), funcDecl); 210 211 }
Note:
See TracChangeset
for help on using the changeset viewer.