Changeset 272187 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
- Timestamp:
- Feb 1, 2021, 7:22:18 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
r272170 r272187 968 968 } 969 969 970 JSC_DEFINE_HOST_FUNCTION(globalFuncToBigInt, (JSGlobalObject* globalObject, CallFrame* callFrame))971 {972 return JSValue::encode(callFrame->argument(0).toBigInt(globalObject));973 }974 975 970 } // namespace JSC
Note:
See TracChangeset
for help on using the changeset viewer.