is_shared is made reserved.

This commit is contained in:
Stephen Chung
2023-03-30 16:26:58 +08:00
parent 534b7bbab3
commit 2a98d38a7e
4 changed files with 172 additions and 135 deletions

View File

@@ -91,3 +91,4 @@ struct reserved;
"this", true, false, false
"is_def_var", true, true, false
"is_def_fn", cfg!(not(feature = "no_function")), true, false
"is_shared", cfg!(not(feature = "no_closure")), true, true