Changeset 37408 in webkit for trunk/JavaScriptCore/kjs/nodes.h
- Timestamp:
- Oct 7, 2008, 11:36:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/nodes.h
r37405 r37408 227 227 virtual bool isDotAccessorNode() const JSC_FAST_CALL { return false; } 228 228 229 virtual ExpressionNode* stripUnaryPlus() { return this; }230 231 229 ResultType resultDescriptor() const JSC_FAST_CALL { return m_resultDesc; } 232 230 … … 1181 1179 { 1182 1180 } 1183 1184 virtual ExpressionNode* stripUnaryPlus() { return m_expr.get(); }1185 1181 1186 1182 virtual OpcodeID opcode() const JSC_FAST_CALL { return op_to_jsnumber; }
Note:
See TracChangeset
for help on using the changeset viewer.