diff options
Diffstat (limited to 'lib/monoucha0/monoucha/qjs/quickjs-atom.h')
-rw-r--r-- | lib/monoucha0/monoucha/qjs/quickjs-atom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/monoucha0/monoucha/qjs/quickjs-atom.h b/lib/monoucha0/monoucha/qjs/quickjs-atom.h index 358fe230..67e17e7e 100644 --- a/lib/monoucha0/monoucha/qjs/quickjs-atom.h +++ b/lib/monoucha0/monoucha/qjs/quickjs-atom.h @@ -154,6 +154,7 @@ DEF(brand, "<brand>") DEF(hash_constructor, "#constructor") DEF(as, "as") DEF(from, "from") +DEF(fromAsync, "fromAsync") DEF(meta, "meta") DEF(_default_, "*default*") DEF(_star_, "*") |