diff options
author | Moonchild <moonchild@palemoon.org> | 2022-06-21 15:14:23 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-06-21 15:14:23 +0000 |
commit | 4af78849297dbe4735b5aad5880af16587042a28 (patch) | |
tree | 2367ef2a43fbdbd28728594b35c090bea4cad35c /js/src/frontend/Parser.h | |
parent | 27347bc82722fad7c2f4eac05dcde7b51f19cd2c (diff) | |
parent | 324f6a0ea30ff1b8fc1ada50abc9e0bad986958b (diff) | |
download | uxp-4af78849297dbe4735b5aad5880af16587042a28.tar.gz |
Merge pull request 'Collected ports for async functions in the JS parser' (#1924) from martok/UXP-contrib:1918-asyncgenerator into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1924
Diffstat (limited to 'js/src/frontend/Parser.h')
-rw-r--r-- | js/src/frontend/Parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/frontend/Parser.h b/js/src/frontend/Parser.h index 97f6917bd6..1e9028cbee 100644 --- a/js/src/frontend/Parser.h +++ b/js/src/frontend/Parser.h @@ -579,6 +579,7 @@ enum class PropertyType { Method, GeneratorMethod, AsyncMethod, + AsyncGeneratorMethod, Constructor, DerivedConstructor }; |