mirror of https://github.com/boa-dev/boa.git
Browse Source
* VM: Implement LetDeclList and the `let` keyword * Support var and const * Split defining and initializing into separate instructions * DefLet doesn't need the value * InitLexical initializes value if set * Code review * Fix rustfmt * Add documentation * InitLexical fix Co-authored-by: jasonwilliams <jase.williams@gmail.com>pull/1049/head
Annika
4 years ago
committed by
GitHub
3 changed files with 92 additions and 2 deletions
Loading…
Reference in new issue