Implement closures.

This commit is contained in:
Stephen Chung
2020-08-03 12:10:20 +08:00
parent 747c0345f2
commit 4079164bfd
24 changed files with 340 additions and 588 deletions

View File

@@ -30,8 +30,7 @@ jobs:
- "--features no_object"
- "--features no_function"
- "--features no_module"
- "--features no_capture"
- "--features no_shared"
- "--features no_closure"
- "--features unicode-xid-ident"
toolchain: [stable]
experimental: [false]