mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:27:34 +00:00
LibJS/Bytecode: Implement for await of
Summary: Diff Tests: +391 ✅ +15 ❌ +2 💥️ -408 📝
This commit is contained in:
parent
9b8b8c0e04
commit
363bf114c0
4 changed files with 43 additions and 19 deletions
|
@ -996,6 +996,8 @@ public:
|
|||
}
|
||||
|
||||
virtual Completion execute(Interpreter&) const override;
|
||||
virtual Bytecode::CodeGenerationErrorOr<void> generate_bytecode(Bytecode::Generator&) const override;
|
||||
virtual Bytecode::CodeGenerationErrorOr<void> generate_labelled_evaluation(Bytecode::Generator&, Vector<DeprecatedFlyString> const&) const override;
|
||||
virtual Completion loop_evaluation(Interpreter&, Vector<DeprecatedFlyString> const&) const override;
|
||||
virtual void dump(int indent) const override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue