diff options
Diffstat (limited to 'js/src/jit/MOpcodes.h')
-rw-r--r-- | js/src/jit/MOpcodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/jit/MOpcodes.h b/js/src/jit/MOpcodes.h index 9e460a2ba..59620e4e7 100644 --- a/js/src/jit/MOpcodes.h +++ b/js/src/jit/MOpcodes.h @@ -79,6 +79,7 @@ namespace jit { _(BitNot) \ _(TypeOf) \ _(ToAsync) \ + _(ToAsyncGen) \ _(ToId) \ _(BitAnd) \ _(BitOr) \ |