Changeset 166243 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Mar 25, 2014, 1:06:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r166240 r166243 1 2014-03-25 Oliver Hunt <[email protected]> 2 3 AST incorrectly conflates readable and writable locations 4 https://bugs.webkit.org/show_bug.cgi?id=130734 5 6 Reviewed by Filip Pizlo. 7 8 We need to distinguish between "locations" that are valid for reading 9 and writing, vs those that may only be written. 10 11 * bytecompiler/NodesCodegen.cpp: 12 (JSC::ForInNode::emitBytecode): 13 (JSC::ForOfNode::emitBytecode): 14 * parser/Nodes.h: 15 (JSC::ExpressionNode::isAssignmentLocation): 16 1 17 2014-03-24 Oliver Hunt <[email protected]> 2 18
Note:
See TracChangeset
for help on using the changeset viewer.