Changeset 106590 in webkit for trunk/Source/JavaScriptCore/dfg/DFGNode.h
- Timestamp:
- Feb 2, 2012, 1:49:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGNode.h
r105217 r106590 97 97 } 98 98 99 #ifndef NDEBUG100 99 static inline const char* arithNodeFlagsAsString(ArithNodeFlags flags) 101 100 { … … 139 138 return description; 140 139 } 141 #endif142 140 143 141 // Entries in the NodeType enum (below) are composed of an id, a result type (possibly none) … … 500 498 } 501 499 502 #ifndef NDEBUG503 500 bool hasIdentifier() 504 501 { … … 516 513 } 517 514 } 518 #endif519 515 520 516 unsigned identifierNumber() … … 1037 1033 } 1038 1034 1039 #ifndef NDEBUG1040 1035 void dumpChildren(FILE* out) 1041 1036 { … … 1050 1045 fprintf(out, ", @%u", child3()); 1051 1046 } 1052 #endif1053 1047 1054 1048 // This enum value describes the type of the node.
Note:
See TracChangeset
for help on using the changeset viewer.