Index: src/x64/macro-assembler-x64.h |
diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h |
index 795ba912fad7c0b38ec8a3e436f45b06cb7928b9..281294c645d02beb45fc0c14131935e349102a9a 100644 |
--- a/src/x64/macro-assembler-x64.h |
+++ b/src/x64/macro-assembler-x64.h |
@@ -1237,8 +1237,8 @@ class MacroAssembler: public Assembler { |
// enabled via --debug-code. |
void AssertBoundFunction(Register object); |
- // Abort execution if argument is not a JSGeneratorObject, |
- // enabled via --debug-code. |
+ // Abort execution if argument is not a JSGeneratorObject or a |
+ // JSAsyncGeneratorObject, enabled via --debug-code. |
void AssertGeneratorObject(Register object); |
// Abort execution if argument is not a JSReceiver, enabled via --debug-code. |