Changeset 43121 in webkit for trunk/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
- Timestamp:
- May 1, 2009, 2:20:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
r42989 r43121 307 307 if (isnan(d) || isinf(d)) 308 308 return jsNaN(&exec->globalData()); 309 return js 0();309 return jsNumber(exec, 0); 310 310 } 311 311
Note:
See TracChangeset
for help on using the changeset viewer.