755 Commits (4c0c1238ec439a1eedc29780bd57c63a8fa6264f)
 

Author SHA1 Message Date
Paul Lancaster 4c0c1238ec
Update boa/src/syntax/parser/statement/mod.rs 4 years ago
Paul Lancaster e0a3218e1e
Update boa/src/syntax/ast/node/declaration/async_function_expr/mod.rs 4 years ago
Paul Lancaster 964800fbf4
Update boa/src/syntax/ast/node/declaration/async_function_decl/mod.rs 4 years ago
Paul Lancaster 7e4f3d1c86 Missing docs 4 years ago
Paul Lancaster d4201c0558 Clippy :( -> :) 4 years ago
Paul Lancaster 758a765ca2 Async/await run returns undefined rather than panic 4 years ago
Paul Lancaster 5568fd41eb Fixed async function decl parse 4 years ago
Paul Lancaster f0581626e2 Added function expression test 4 years ago
Paul Lancaster 57db0583df Function expression parsing into own folder 4 years ago
Paul Lancaster 740a285794 mdn/spec links@ 4 years ago
Paul Lancaster 8507b04f08 Added some failing async func decl tests 4 years ago
Paul Lancaster 2b286f9b46 Moved function decl tests 4 years ago
Paul Lancaster 1c8c6f9c87 Reposition declaration parsing ready to add tests 4 years ago
Paul Lancaster 0aaf7026fd Added some async function expr parsing tests 4 years ago
Paul Lancaster 9aa6c77b0e Await expression parsing 4 years ago
Paul Lancaster 35fb7455ca AsyncFunctionExpr parsing 4 years ago
Paul Lancaster 0bfe141b6a AsyncFunctionDecl parsing 4 years ago
Paul Lancaster 8849bacbd5 Added expect_no_lineterminator, updated some cursor docs 4 years ago
Paul Lancaster 5bc89413de Add async to HoistableDeclaration 4 years ago
Paul Lancaster c2bf1b3cfb AsyncFunctionDecl/Expr parser created (not impl) 4 years ago
Paul Lancaster f7ca45c3ff Created AsyncFunctionDecl/Expr nodes 4 years ago
Paul Lancaster e4ac2743aa Add async keyword 4 years ago
Iban Eguia e82dee1ae3
Using unstable sort for sorting keys on `to_json()` for GC objects (#833) 4 years ago
dlemel8 b26f8bcead
calling "new" on a primitive value throw a type error (#825) 4 years ago
Jevan Chan 01dbf8ba4e
Fix tokenizing Unicode escape sequence in string literal (#826) 4 years ago
Iban Eguia a3e7f1eace
Added a link to the Test262 results in the README (#829) 4 years ago
dependabot[bot] 89d2907884
Bump structopt from 0.3.18 to 0.3.19 (#828) 4 years ago
croraf 456c2dee4e
[parser Expression] minor expression macro simplification (#824) 4 years ago
Halid Odat 470dbb4381
Refactor `PropertyDescriptor` (#794) 4 years ago
dependabot[bot] ae76501709
Bump measureme from 0.8.0 to 9.0.0 (#814) 4 years ago
João Borges 9d4c49c6dd
Fix 2 bugs that stopped test262 (#812) 4 years ago
Halid Odat a77ceb67fd
Feature `URIError` (#806) 4 years ago
neeldug 327d71bb98
Implement `regress` (#774) 4 years ago
João Borges b027a76bea
Feature `Function.prototype.call` (#805) 4 years ago
Halid Odat 03f96327db
Feature `EvalError` (#804) 4 years ago
Halid Odat 39b4ead8f7
Feature `console` crate feature (#800) 4 years ago
Theia Vogel 7a52e269e6
Fix lexer span panic with carriage return (#799) 4 years ago
David fb1b8d5595
Add Object.defineProperties and handle props argument in Object.create (#746) 4 years ago
Halid Odat ff25a8ad02
Make `Function.prototype` a function (#802) 4 years ago
Theia Vogel d76e8bf108
Fix cyclic JSON.stringify / primitive conversion stack overflows (#777) 4 years ago
João Borges dc82aa29dc
Fix Error constructors to return rather than throw (#749) 4 years ago
Paul Lancaster 6bcfc7a237
Strict Mode Lex/Parse (#717) 4 years ago
dependabot[bot] 950ca183a0
Bump style-loader from 1.2.1 to 1.3.0 (#795) 4 years ago
John Doneth d6c252d3be
Fix zero argument panic in JSON.parse() (#785) 4 years ago
John Doneth ff358d1d1d
Throw RangeError when BigInt division by zero occurs (#790) 4 years ago
Iban Eguia 38b103c25b
Fixing a duplicated attribute in test262 results (#788) 4 years ago
croraf e60d081fbc
Refactor: split ast/node/expression into call and new (#787) 4 years ago
Iban Eguia 2a509de554
New test262 results format (#783) 4 years ago
George Roman 31e3174ca9
Support for symbols as property keys for `Object.defineProperty` (#770) 4 years ago
Halid Odat eb1fd280d5
`ConstructorBuilder`, `ObjectInitializer`, cache standard objects and fix global object attributes (#722) 4 years ago