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