Changeset 137963 in webkit for trunk/Source/JavaScriptCore/dfg/DFGNodeFlags.h
- Timestamp:
- Dec 17, 2012, 5:35:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGNodeFlags.h
r136372 r137963 55 55 #define NodeBackPropMask 0x7C00 56 56 #define NodeUseBottom 0x0000 57 #define NodeUsedAsNumber 0x400 // The result of this computation may be used in a context that observes fractional results.57 #define NodeUsedAsNumber 0x400 // The result of this computation may be used in a context that observes fractional, or bigger-than-int32, results. 58 58 #define NodeNeedsNegZero 0x800 // The result of this computation may be used in a context that observes -0. 59 59 #define NodeUsedAsOther 0x1000 // The result of this computation may be used in a context that distinguishes between NaN and other things (like undefined).
Note:
See TracChangeset
for help on using the changeset viewer.