622 Commits (3a4fe6fdc0d5d2125bef412d6922821d72ee6898)

Author SHA1 Message Date
raskad 719b5a171d
Add SyntaxErrors in GlobalDeclarationInstantiation (#2908) 2 years ago
raskad 484cc16bb9
Fix remaining object literal tests (#2906) 2 years ago
raskad c2205052bc
Fix wrong name of `Function.prototype[Symbol.hasInstance]` (#2905) 2 years ago
Haled Odat b4b77e77b4
Implement runtime limits for recursion (#2904) 2 years ago
raskad 990e4df947
Make `typeof` throw when accessing uninitialized variables (#2902) 2 years ago
Haled Odat 31a60cb448
Direct length access on arrays (#2796) 2 years ago
Haled Odat d20304ea21
Prevent allocation of field names (#2901) 2 years ago
Haled Odat 802d796d51
Implement runtime limits for loops (#2857) 2 years ago
raskad e3d2056f5b
Refactor binding declarations (#2887) 2 years ago
dependabot[bot] f4ebb2bd2d
Bump serde from 1.0.160 to 1.0.162 (#2900) 2 years ago
José Julián Espina debbb91e78
Fix `Date` for dynamic timezones (#2877) 2 years ago
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