511 Commits (33e8c51fc644354ba5510e221257e3fb0d292ae2)

Author SHA1 Message Date
Iban Eguia Moraza 7cb58dea97
Added a bunch more tests (#2885) 2 years ago
Kevin e320c55d21
Docs update for boa_runtime and console documentation (#2891) 2 years ago
José Julián Espina c341772547
Make update operations reuse the last found binding locator (#2876) 2 years ago
José Julián Espina 9795eba1c4 Improve debug output of `JsNativeError` and `Realm` (#2894) 2 years ago
José Julián Espina 8ef440aaf3 Refactor guards into a `ContextCleanupGuard` abstraction (#2890) 2 years ago
dependabot[bot] f6c1d6360e Bump regress from 0.5.0 to 0.6.0 (#2888) 2 years ago
Haled Odat 1c3f5478e1 `RegExp` constructor should call `IsRegExp()` (#2881) 2 years ago
Haled Odat c738b50727 Fix `RegExp` constructor return value when pattern is a regexp (#2880) 2 years ago
raskad 7eb2d4e408 Initialize `var` bindings in runtime environments with `undefined` (#2860) 2 years ago
Haled Odat ed37448175 Implement `Hidden classes` (#2723) 2 years ago
José Julián Espina e7c689c0d5 Refactor binding handling APIs (#2870) 2 years ago
Haled Odat 1f4ff6d379 Direct array element access on `ByValue` instructions (#2827) 2 years ago
Haled Odat 41448e13f9 Fix incorrect `LoopContinue` instruction in while-do loops (#2866) 2 years ago
dependabot[bot] cebec9da90 Bump bitflags from 2.1.0 to 2.2.1 (#2868) 2 years ago
Iban Eguia Moraza 63d9d67ecb Added a Boa runtime (#2743) 2 years ago
Haled Odat 49e39d42ef Fix panic when calling toString with radix (#2863) 2 years ago
Haled Odat 72866e217e Allow `Date` object to store invalid `NativeDateTime` (#2861) 2 years ago
Haled Odat 31bc679f9d Fix `Date.prototype[Symbol.primitive]` incorrect attributes (#2862) 2 years ago
José Julián Espina 53e4825a19 Implement var initializers in for-in loops (#2842) 2 years ago
Haled Odat 9159f90725 Fix `PropertyKey` index parse (#2843) 2 years ago
José Julián Espina 739bd5a9cb Optimize `String.prototype.normalize` (#2848) 2 years ago
José Julián Espina 338f6f8176 Create a unique `PromiseCapability` on each async function call (#2846) 2 years ago
raskad 54695cc620 Fix async generators (#2853) 2 years ago
José Julián Espina 65f910523b Fix setting properties inside `with` blocks (#2847) 2 years ago
José Julián Espina 1b67e5d607 Implement `Intl.Segmenter` (#2840) 2 years ago
raskad 8a29c5025b Fix sync generator yield expressions (#2838) 2 years ago
José Julián Espina 40a5ae0a2f Fix more Annex B tests (#2841) 2 years ago
dependabot[bot] c87cf7c7f4 Bump bitflags from 2.1.0 to 2.2.0 (#2845) 2 years ago
Iban Eguia Moraza d288b63847 Upgraded to ICU 1.2 (#2826) 2 years ago
José Julián Espina 20f4a82479 Improve strictness of `GeneratorState` (#2837) 2 years ago
dependabot[bot] 74ec5c1f96 Bump num_enum from 0.6.0 to 0.6.1 (#2836) 2 years ago
José Julián Espina 9dc4dd1410 Add hooks to get the current time and timezone (#2824) 2 years ago
José Julián Espina a12f10e335 Implement `String.prototype.toLocaleUpper/LowerCase` (#2822) 2 years ago
José Julián Espina 6d3550d0cb Implement async functions using generators (#2821) 2 years ago
dependabot[bot] 236012d853 Bump serde_json from 1.0.95 to 1.0.96 (#2815) 2 years ago
dependabot[bot] 78bc105add Bump writeable from 0.5.1 to 0.5.2 (#2819) 2 years ago
José Julián Espina 460051261a Implement HTML comments and gate behind the `annex-b` feature (#2817) 2 years ago
Haled Odat bfa9815fe7 Fix `TypedArray`s minus zero key (#2808) 2 years ago
José Julián Espina 0d6ba53ff2 Allow passing owned `HostHooks` and `JobQueues` to `Context` (#2811) 2 years ago
José Julián Espina c9759a8dc3 Lift `InternalObjectMethods` from `Object` (#2790) 2 years ago
Iban Eguia Moraza 6412b30d5d Make the `wasmbind` feature of the `chrono` crate optional (#2810) 2 years ago
Iban Eguia Moraza a8578f7cef Implement `TryFromJs` for `JsObject` wrappers (#2809) 2 years ago
raskad ff0a37f262 Fix destructive for-of loop assignments (#2803) 2 years ago
dependabot[bot] 2f580bbac3 Bump serde from 1.0.159 to 1.0.160 (#2807) 2 years ago
Haled Odat 4fbecb5084 Implement annex-b `trimLeft` and `trimRight` string methods (#2806) 2 years ago
Haled Odat 333b94a9ec Fix `String.prototype.substr()` (#2805) 2 years ago
Haled Odat 24a4770b21 Implement Annex-B string html methods (#2798) 2 years ago
Haled Odat 09d57e75fb Fix `ThrowTypeError` intrinsic (#2797) 2 years ago
José Julián Espina 1e75fd0d21 Make `Realm` shareable between functions (#2801) 2 years ago
Haled Odat 7a4d6526b0 Fix `String.prototype.replace()` order of `ToString` execution (#2799) 2 years ago