Changeset 172717 in webkit for trunk/Source/JavaScriptCore/parser/Nodes.h
- Timestamp:
- Aug 18, 2014, 12:11:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/Nodes.h
r172176 r172717 1213 1213 }; 1214 1214 1215 class EmptyVarExpression : public ExpressionNode { 1216 public: 1217 EmptyVarExpression(const JSTokenLocation&, const Identifier&); 1218 1219 private: 1220 virtual RegisterID* emitBytecode(BytecodeGenerator&, RegisterID* = 0) override; 1221 1222 const Identifier& m_ident; 1223 }; 1224 1225 1215 1226 class IfElseNode : public StatementNode { 1216 1227 public:
Note:
See TracChangeset
for help on using the changeset viewer.