Changeset 127666 in webkit for trunk/Source/JavaScriptCore/parser
- Timestamp:
- Sep 5, 2012, 5:55:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/Nodes.h
r127654 r127666 462 462 ExpressionNode* subscript() const { return m_subscript; } 463 463 464 bool subscriptHasAssignments() const { return m_subscriptHasAssignments; } 465 464 466 private: 465 467 virtual RegisterID* emitBytecode(BytecodeGenerator&, RegisterID* = 0);
Note:
See TracChangeset
for help on using the changeset viewer.