Changeset 111244 in webkit for trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
- Timestamp:
- Mar 19, 2012, 2:18:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
r110383 r111244 1016 1016 { 1017 1017 LLINT_BEGIN(); 1018 LLINT_RETURN(getByVal(exec, LLINT_OP (2).jsValue(), LLINT_OP(3).jsValue()));1018 LLINT_RETURN(getByVal(exec, LLINT_OP_C(2).jsValue(), LLINT_OP_C(3).jsValue())); 1019 1019 } 1020 1020
Note:
See TracChangeset
for help on using the changeset viewer.