143 Commits (a47d9ec73246fefe946ad93b62d86d07bd49f908)

Author SHA1 Message Date
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) 3 years ago
raskad f0378068a0 Implement `Function` constructor (#2090) 3 years ago
jedel1043 518bad8109 Integrate ICU4X into `Intl` module (#2083) 3 years ago
raskad 45dd2d416c Remove `strict` flag from `Context` (#2069) 3 years ago
dependabot[bot] ace28e51f4 Update icu requirement from 0.5.0 to 0.6.0 in /boa_engine (#2078) 3 years ago
jedel1043 406c642041 Implement `ProxyBuilder` (#2076) 3 years ago
jedel1043 29330225ef Create `Date` standard constructor (#2079) 3 years ago
Iban Eguia 456da4949a Fixing build for changes in clippy for Rust 1.61 (#2082) 3 years ago
NorbertGarfield 5a0ff9116b DateTimeFormat helpers (#2064) 3 years ago
raskad 8721a3167b Implement the global `eval()` function (#2041) 3 years ago
raskad e42e2f64be Refactor `IdentifierReference` parsing (#2055) 3 years ago
NorbertGarfield d40d938d5a Implement ResolveLocale helper (#2036) 3 years ago
raskad 6bda5fd1a4 Refactor `RegExp` constructor methods (#2049) 3 years ago
兰陈昕 5de3a7a2c4 Improve `JsString` performance (#2042) 3 years ago
Halid Odat 7796216a1c Feature `JsFunction` (#2015) 3 years ago
raskad 8b66988574 Move redeclaration errors to parser (#2027) 3 years ago
raskad 3226e5494c Allow `let` as variable declaration name (#2044) 3 years ago
raskad 55c89c7617 Fix early return in `for in loop` head (#2043) 3 years ago
NorbertGarfield df19f7f606 Partial implementation for Intl.DateTimeFormat (#2025) 3 years ago
Halid Odat 6bffe3e9c6 Make `Array.prototype` an array object (#2033) 3 years ago
Halid Odat 5a9ced3806 Implement `get RegExp.prototype.hasIndices` (#2031) 3 years ago
Halid Odat 2d6e93cc83 Fix `Symbol` and `BigInt` constructors (#2032) 3 years ago
lupd be15b85171 Allow creating object with true/false property names (#2028) 3 years ago
Halid Odat 17aa57040d Feature `JsTypedArray`s (#2003) 3 years ago
lupd 781561e047 Fix casting negative number to usize in `Array.splice` (#2030) 3 years ago
raskad 2a63de3d68 Allow unicode escaped characters in identifiers that are keywords (#2021) 3 years ago
raskad 2e0254b618 Allow `Initializer` after `ArrayBindingPattern` in `FormalParameter` (#2002) 3 years ago
raskad 314e4ca656 Allow `PropertyName`s in `BindingProperty`in `ObjectBindingPattern` (#2022) 3 years ago
Halid Odat 3007531481 Fix `ArrayBuffer.isView()` (#2019) 3 years ago
raskad 5ab3bf858b Fix rust 1.60 clippy lints (#2014) 3 years ago
raskad 223966981c Implement Classes (#1976) 3 years ago
lupd e6d12f835c Change `ArrayBuffer` `byteLength` to accessor property (#2010) 3 years ago
lupd bb98bd3567 Indicate bigint has constructor (#2008) 3 years ago
Jordan Last 6baf455088 Add From<f32> for JsValue (#1990) 3 years ago
Taylor Sutton 998a7b17a5 fix(vm): off-by-one in code block stringification. (#1999) 3 years ago
lupd 405038d140 Allow boolean/null as property identifier by dot operator assignment (#1985) 3 years ago