107 Commits (9db5540594ab59d705ded7fa5289e139169418a8)

Author SHA1 Message Date
raskad 6e377d6467 Implement Generator Function Constructor (#2174) 2 years ago
raskad d8af7b4ee5 Implement arrow function parsing based on `CoverParenthesizedExpressionAndArrowParameterList` (#2171) 2 years ago
Halid Odat 48d8b420c5 Implement `JsArrayBuffer` (#2170) 2 years ago
Anuvrat Singh 52bc15bc23 Safe wrapper for `JsSet` (#2162) 2 years ago
Halid Odat 5bbc225b24 Dense/Packed JavaScript arrays (#2167) 2 years ago
Kevin d0d70345eb Implementation of JsMap Wrapper (#2115) 2 years ago
Halid Odat 64f59ddacb Store call frames in `Vec` instead of singly-linked list (#2164) 2 years ago
raskad cdc49e35ea Implement `async function` and `await` (#2158) 2 years ago
raskad bd0bf78383 Fix remaining `Promise` bugs (#2156) 2 years ago
raskad aaeee43c4f Fix `this` in function calls (#2153) 2 years ago
raskad 6b4ebf9e3e Fix clippy 1.62.0 lints (#2154) 2 years ago
jedel1043 f7aef10a61 Remove `string-interner` dependency and implement custom string `Interner` (#2147) 2 years ago
raskad 13df9a1984 Implement `super` expressions (#2116) 2 years ago
raskad c561aa3b2c Implement `Promise.allSettled` (#2146) 2 years ago
raskad e81e06b462 Implement `Promise.any` (#2145) 2 years ago
raskad b043bca081 Implement `Promise.all` (#2140) 2 years ago
jedel1043 0ebb3cf439 Refactor `construct` and `PromiseCapability` to preserve `JsObject` invariants (#2136) 2 years ago
raskad 613f4c3eab Fix for in/of loop initializer environment (#2135) 2 years ago
raskad 43f60e9bb1 Fix `eval` attributes (#2130) 2 years ago
Iban Eguia d173e08529 Started adding the [[Done]] field to iterators (#2125) 2 years ago
Iban Eguia 0454ddec19 Execution stack & promises (#2107) 2 years ago
Sorck 6477f61fb1 Implement Object.prototype.__lookupSetter__ (#2113) 2 years ago
Sorck c9b891fbfd Implement Object.prototype.__lookupGetter__ (#2112) 2 years ago
cybai (Haku) 220af1c375 Implement getter and setter of Object.prototype.__proto__ (#2110) 2 years ago
cybai (Haku) 637ffcfd78 Fix spec links for some object operation methods (#2111) 2 years ago
Ngo Iok Ui (Wu Yu Wei) 0eb771d343 Implement `Object.prototype.__defineSetter__` (#2109) 2 years ago
cybai (Haku) b7e84d4c7d Implement `Object.prototype.__defineGetter__` (#2108) 2 years ago
raskad 9025c36b1b Remove unnecessary `Trace` and `Finalize` implementations from AST (#2103) 2 years ago
raskad ae01d5c20b Parse private generator methods in classes (#2092) 2 years ago
raskad f0378068a0 Implement `Function` constructor (#2090) 2 years ago
jedel1043 518bad8109 Integrate ICU4X into `Intl` module (#2083) 2 years ago
raskad 45dd2d416c Remove `strict` flag from `Context` (#2069) 2 years ago
dependabot[bot] ace28e51f4 Update icu requirement from 0.5.0 to 0.6.0 in /boa_engine (#2078) 2 years ago
jedel1043 406c642041 Implement `ProxyBuilder` (#2076) 2 years ago
jedel1043 29330225ef Create `Date` standard constructor (#2079) 2 years ago
Iban Eguia 456da4949a Fixing build for changes in clippy for Rust 1.61 (#2082) 2 years ago
NorbertGarfield 5a0ff9116b DateTimeFormat helpers (#2064) 2 years ago
raskad 8721a3167b Implement the global `eval()` function (#2041) 2 years ago
raskad e42e2f64be Refactor `IdentifierReference` parsing (#2055) 2 years ago
NorbertGarfield d40d938d5a Implement ResolveLocale helper (#2036) 2 years ago
raskad 6bda5fd1a4 Refactor `RegExp` constructor methods (#2049) 2 years ago
兰陈昕 5de3a7a2c4 Improve `JsString` performance (#2042) 2 years ago
Halid Odat 7796216a1c Feature `JsFunction` (#2015) 2 years ago
raskad 8b66988574 Move redeclaration errors to parser (#2027) 2 years ago
raskad 3226e5494c Allow `let` as variable declaration name (#2044) 2 years ago
raskad 55c89c7617 Fix early return in `for in loop` head (#2043) 2 years ago
NorbertGarfield df19f7f606 Partial implementation for Intl.DateTimeFormat (#2025) 2 years ago
Halid Odat 6bffe3e9c6 Make `Array.prototype` an array object (#2033) 2 years ago
Halid Odat 5a9ced3806 Implement `get RegExp.prototype.hasIndices` (#2031) 2 years ago
Halid Odat 2d6e93cc83 Fix `Symbol` and `BigInt` constructors (#2032) 2 years ago