Changeset 184860 in webkit for trunk/Source/JavaScriptCore/jit/JITOperations.cpp
- Timestamp:
- May 26, 2015, 10:28:32 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITOperations.cpp
r184828 r184860 924 924 NativeCallFrameTracer tracer(vm, exec); 925 925 926 bool result = WTF::equal( *asString(left)->value(exec).impl(), *asString(right)->value(exec).impl());926 bool result = WTF::equal(asString(left)->view(exec), asString(right)->view(exec)); 927 927 #if USE(JSVALUE64) 928 928 return JSValue::encode(jsBoolean(result));
Note:
See TracChangeset
for help on using the changeset viewer.