Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit becefe1

Browse files
Webkit Feature BigInt on webkit.org
https://bugs.webkit.org/show_bug.cgi?id=197546 Reviewed by Sam Weinig. Add BigInt entry to JSC features.json. * features.json: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@263053 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 9c37671 commit becefe1

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

Source/JavaScriptCore/ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2020-06-15 Yusuke Suzuki <[email protected]>
2+
3+
Webkit Feature BigInt on webkit.org
4+
https://bugs.webkit.org/show_bug.cgi?id=197546
5+
6+
Reviewed by Sam Weinig.
7+
8+
Add BigInt entry to JSC features.json.
9+
10+
* features.json:
11+
112
2020-06-15 Keith Miller <[email protected]>
213

314
JIT thunks should work on arm64_32

Source/JavaScriptCore/features.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,16 @@
112112
"email": "[email protected]"
113113
}
114114
},
115+
{
116+
"name": "BigInt",
117+
"status": {
118+
"status": "Supported",
119+
"enabled-by-default": true
120+
},
121+
"url": "https://tc39.es/proposal-bigint/",
122+
"description": "BigInt is a new primitive that offers arbitrary-precision integers.",
123+
"specification": "ESNext"
124+
},
115125
{
116126
"name": "Block Scoping",
117127
"status": {

0 commit comments

Comments
 (0)