Changeset 262392 in webkit for trunk/Source/JavaScriptCore/runtime/JSBigInt.cpp
- Timestamp:
- Jun 1, 2020, 1:27:12 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSBigInt.cpp
r262353 r262392 2321 2321 trimmedBigInt->setSign(this->sign()); 2322 2322 2323 ensureStillAliveHere(this); 2324 2323 2325 return trimmedBigInt; 2324 2326 }
Note:
See TracChangeset
for help on using the changeset viewer.