Changeset 295214 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- Jun 3, 2022, 9:13:00 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r294852 r295214 1669 1669 String type = callFrame->argument(1).toWTFString(globalObject); 1670 1670 RETURN_IF_EXCEPTION(scope, encodedJSValue()); 1671 if (type != "binary" )1671 if (type != "binary"_s) 1672 1672 return throwVMError(globalObject, scope, "Expected 'binary' as second argument."_s); 1673 1673 isBinary = true;
Note:
See TracChangeset
for help on using the changeset viewer.