Skip to content

Commit d1c9171

Browse files
author
llgoer
committed
更新到2019-07-28版本
1 parent 7d92dd7 commit d1c9171

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1053
-355
lines changed

Changelog

100755100644
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2019-07-28:
2+
3+
- added dynamic import
4+
- added Promise.allSettled
5+
- added String.prototype.matchAll
6+
- added Object.fromEntries
7+
- reduced number of ticks in await
8+
- added BigInt support in Atomics
9+
- exported JS_NewPromiseCapability()
10+
- misc async function and async generator fixes
11+
- enabled hashbang support by default
12+
113
2019-07-21:
214

315
- updated test262 tests

Makefile

100755100644
File mode changed.

TODO

100755100644
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
- use 2 bytecode DynBufs in JSFunctionDef, one for reading, one for writing
1212
and use the same wrappers in all phases
1313
- use more generic method for line numbers in resolve_variables and resolve_labels
14-
- bignum:
15-
- fix Atomics support
1614

1715
Memory:
1816
- test border cases for max number of atoms, object properties, string length
@@ -78,6 +76,6 @@ REPL:
7876
- close all predefined methods in repl.js and jscalc.js
7977

8078
Test262o: 0/11262 errors, 463 excluded
81-
Test262: 51/56682 errors, 787 excluded, 6289 skipped
82-
Test262bn: 56/58017 errors, 1007 excluded, 5398 skipped
83-
test262 commit: 51d1abadce1de0b38594b7c9972ee60762f35dd0
79+
Test262: 33/58145 errors, 785 excluded, 5576 skipped
80+
Test262bn: 39/60250 errors, 718 excluded, 4587 skipped
81+
test262 commit: 2ee3864136747ee69401b2d266e234cdd0a95965

VERSION

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2019-07-21
1+
2019-07-28

bjson.c

100755100644
File mode changed.

cutils.c

100755100644
File mode changed.

cutils.h

100755100644
File mode changed.

doc/jsbignum.html

100755100644
File mode changed.

doc/jsbignum.pdf

100755100644
File mode changed.

doc/jsbignum.texi

100755100644
File mode changed.

0 commit comments

Comments
 (0)