319 Commits (053f671bb8d72c1c400725f45ea7c61a1e3e6258)

Author SHA1 Message Date
jedel1043 f7aef10a61 Remove `string-interner` dependency and implement custom string `Interner` (#2147) 2 years ago
dependabot[bot] 8657dd2b11 Bump serde_json from 1.0.81 to 1.0.82 (#2152) 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
dependabot[bot] 724d182570 Bump unicode-normalization from 0.1.19 to 0.1.20 (#2142) 2 years ago
raskad b043bca081 Implement `Promise.all` (#2140) 2 years ago
dependabot[bot] d355d3c3a6 Bump indexmap from 1.9.0 to 1.9.1 (#2139) 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
dependabot[bot] 39cd3b8bdf Bump dyn-clone from 1.0.5 to 1.0.6 (#2133) 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
dependabot[bot] 4f95eb756d Bump sys-locale from 0.2.0 to 0.2.1 (#2128) 2 years ago
dependabot[bot] 94b2b096fc Bump indexmap from 1.8.2 to 1.9.0 (#2129) 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
Iban Eguia 1dbd31e2b7 Added changelog, updated dependencies, bumped version number for 0.15 (#2102) 2 years ago
raskad ae01d5c20b Parse private generator methods in classes (#2092) 2 years ago
raskad f0378068a0 Implement `Function` constructor (#2090) 2 years ago
dependabot[bot] 273beb4c33 Bump indexmap from 1.8.1 to 1.8.2 (#2094) 2 years ago
jedel1043 518bad8109 Integrate ICU4X into `Intl` module (#2083) 2 years ago
dependabot[bot] c9391c1226 Bump once_cell from 1.11.0 to 1.12.0 (#2085) 2 years ago
dependabot[bot] 3b75c45dd6 Bump jemallocator from 0.3.2 to 0.5.0 (#2088) 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
dependabot[bot] fcf456e5de Bump once_cell from 1.10.0 to 1.11.0 (#2081) 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
dependabot[bot] bae970ff17 Bump serde_json from 1.0.80 to 1.0.81 (#2059) 2 years ago
NorbertGarfield d40d938d5a Implement ResolveLocale helper (#2036) 2 years ago
dependabot[bot] dd37603faa Bump num-traits from 0.2.14 to 0.2.15 (#2056) 2 years ago
dependabot[bot] 72ae29b0fa Bump serde from 1.0.136 to 1.0.137 (#2052) 2 years ago
dependabot[bot] 8b6f3561e4 Bump serde_json from 1.0.79 to 1.0.80 (#2051) 2 years ago
dependabot[bot] 668b224b1b Bump num-integer from 0.1.44 to 0.1.45 (#2053) 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