Changeset 37625 in webkit for trunk/JavaScriptCore/VM/Machine.cpp
- Timestamp:
- Oct 15, 2008, 7:36:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.cpp
r37602 r37625 129 129 // FIXME: This operation should be called "getNumber", not "isNumber" (as it is in JSValue.h). 130 130 // FIXME: There's no need to have a "slow" version of this. All versions should be fast. 131 static bool fastIsNumber(JSValue* value, double& arg)131 static ALWAYS_INLINE bool fastIsNumber(JSValue* value, double& arg) 132 132 { 133 133 if (JSImmediate::isNumber(value))
Note:
See TracChangeset
for help on using the changeset viewer.