Changeset 264346 in webkit for trunk/Source/JavaScriptCore/runtime/JSBigInt.cpp
- Timestamp:
- Jul 14, 2020, 9:55:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSBigInt.cpp
r262392 r264346 2420 2420 JSValue JSBigInt::parseInt(JSGlobalObject* nullOrGlobalObjectForOOM, VM& vm, CharType* data, unsigned length, unsigned startIndex, unsigned radix, ErrorParseMode errorParseMode, ParseIntSign sign, ParseIntMode parseMode) 2421 2421 { 2422 ASSERT(length >= 0);2423 2422 unsigned p = startIndex; 2424 2423
Note:
See TracChangeset
for help on using the changeset viewer.