Changeset 180102 in webkit for trunk/Source/JavaScriptCore/jit/JITOperations.cpp
- Timestamp:
- Feb 13, 2015, 9:16:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITOperations.cpp
r180098 r180102 1594 1594 #endif 1595 1595 1596 double J SC_HOST_CALLoperationMathPow(double x, double y)1596 double JIT_OPERATION operationMathPow(double x, double y) 1597 1597 { 1598 1598 if (std::isnan(y))
Note:
See TracChangeset
for help on using the changeset viewer.