543 Commits (abef8b2f9dbd55b12119bfb1c1bd246a6c56fd0c)

Author SHA1 Message Date
Haled Odat 15749ed295
Remove redundant `param_count` field from `CallFrame` (#2962) 1 year ago
José Julián Espina 7ae858204b
Implement pseudo-property `import.meta` (#2956) 1 year ago
José Julián Espina 9bbe0184a4
Fix remaining static module bugs (#2955) 1 year ago
Haled Odat 57ba979415
Fix remaining ES5 `built-ins/RegExp` tests (#2957) 1 year ago
José Julián Espina 09658b02bc
Implement dynamic imports (#2932) 1 year ago
Haled Odat 3f5bad7888
Shrink environment binding locators (#2950) 1 year ago
Haled Odat e335c54926
Type safe root shape (#2940) 1 year ago
raskad 4a368a2431
Fix `use_self` lints (#2946) 1 year ago
raskad 5e9193aced
Implement Private Runtime Environments (#2929) 1 year ago
dependabot[bot] a0b769d5b1
Bump bitflags from 2.2.1 to 2.3.1 (#2945) 1 year ago
José Julián Espina 06161edcbd
Implement module execution (#2922) 1 year ago
José Julián Espina ab87b2fd5b
Extract "About Boa" section into a separate file (#2938) 1 year ago
raskad efeaa40ae2
Fix tagged template creation (#2925) 1 year ago
Haled Odat 190eeb388b
Fix `GetSubstitution` (#2933) 1 year ago
dependabot[bot] ba7d2163cc
Bump serde from 1.0.162 to 1.0.163 (#2927) 1 year ago
raskad f57872cf8c
Fix lexical environments in for loops (#2917) 1 year ago
José Julián Espina 71ea4d2f74
Separate declarative environment kinds (#2921) 1 year ago
raskad 2faa2470db
Cleanup some bytecompiler code (#2918) 1 year ago
raskad 7605453cd7
Add loop and switch return values (#2828) 1 year ago
raskad 70b0d49483
Implement annexB Block-Level Function Declarations (#2910) 1 year ago
Haled Odat 908015f9fd
Fix switch `default` execution (#2907) 1 year ago
raskad 719b5a171d
Add SyntaxErrors in GlobalDeclarationInstantiation (#2908) 1 year ago
raskad 484cc16bb9
Fix remaining object literal tests (#2906) 1 year ago
raskad c2205052bc
Fix wrong name of `Function.prototype[Symbol.hasInstance]` (#2905) 1 year ago
Haled Odat b4b77e77b4
Implement runtime limits for recursion (#2904) 1 year ago
raskad 990e4df947
Make `typeof` throw when accessing uninitialized variables (#2902) 1 year ago
Haled Odat 31a60cb448
Direct length access on arrays (#2796) 1 year ago
Haled Odat d20304ea21
Prevent allocation of field names (#2901) 1 year ago
Haled Odat 802d796d51
Implement runtime limits for loops (#2857) 1 year ago
raskad e3d2056f5b
Refactor binding declarations (#2887) 1 year ago
dependabot[bot] f4ebb2bd2d
Bump serde from 1.0.160 to 1.0.162 (#2900) 1 year ago
José Julián Espina debbb91e78
Fix `Date` for dynamic timezones (#2877) 1 year ago
Iban Eguia Moraza 7cb58dea97
Added a bunch more tests (#2885) 1 year ago
Kevin e320c55d21
Docs update for boa_runtime and console documentation (#2891) 1 year ago
José Julián Espina c341772547
Make update operations reuse the last found binding locator (#2876) 1 year ago
José Julián Espina 9795eba1c4 Improve debug output of `JsNativeError` and `Realm` (#2894) 1 year ago
José Julián Espina 8ef440aaf3 Refactor guards into a `ContextCleanupGuard` abstraction (#2890) 1 year ago
dependabot[bot] f6c1d6360e Bump regress from 0.5.0 to 0.6.0 (#2888) 1 year ago
Haled Odat 1c3f5478e1 `RegExp` constructor should call `IsRegExp()` (#2881) 1 year ago
Haled Odat c738b50727 Fix `RegExp` constructor return value when pattern is a regexp (#2880) 1 year ago
raskad 7eb2d4e408 Initialize `var` bindings in runtime environments with `undefined` (#2860) 1 year ago
Haled Odat ed37448175 Implement `Hidden classes` (#2723) 1 year ago
José Julián Espina e7c689c0d5 Refactor binding handling APIs (#2870) 1 year ago
Haled Odat 1f4ff6d379 Direct array element access on `ByValue` instructions (#2827) 1 year ago
Haled Odat 41448e13f9 Fix incorrect `LoopContinue` instruction in while-do loops (#2866) 1 year ago
dependabot[bot] cebec9da90 Bump bitflags from 2.1.0 to 2.2.1 (#2868) 1 year ago
Iban Eguia Moraza 63d9d67ecb Added a Boa runtime (#2743) 1 year ago
Haled Odat 49e39d42ef Fix panic when calling toString with radix (#2863) 1 year ago
Haled Odat 72866e217e Allow `Date` object to store invalid `NativeDateTime` (#2861) 1 year ago
Haled Odat 31bc679f9d Fix `Date.prototype[Symbol.primitive]` incorrect attributes (#2862) 1 year ago