601 Commits (040e51a3fc944495f59ee04668e1be64c78bb28c)

Author SHA1 Message Date
José Julián Espina f9c26de90e
Add test case for issue #2719 (#2980) 1 year ago
Haled Odat f0422bdf3b
Direct conversion from `u8` to `Opcode` (#2951) 1 year ago
dependabot[bot] 44ef49efa7
Bump chrono from 0.4.24 to 0.4.25 (#2977) 1 year ago
dependabot[bot] 867685e1f0
Bump once_cell from 1.17.1 to 1.17.2 (#2978) 1 year ago
Haled Odat c013caca22
Prune collected shared shapes (#2941) 1 year ago
Haled Odat f1bab1edef
Remove `arguments_binding` field from `CodeBlock` (#2969) 1 year ago
Haled Odat 67c5652911
Remove unneded `num_bindings` in `Opcode`s and `CodeBlock` (#2967) 1 year ago
raskad 4ea80f4621
Remove unused lint allows (#2968) 1 year ago
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) 2 years ago
José Julián Espina 71ea4d2f74
Separate declarative environment kinds (#2921) 2 years ago
raskad 2faa2470db
Cleanup some bytecompiler code (#2918) 2 years ago
raskad 7605453cd7
Add loop and switch return values (#2828) 2 years ago
raskad 70b0d49483
Implement annexB Block-Level Function Declarations (#2910) 2 years ago
Haled Odat 908015f9fd
Fix switch `default` execution (#2907) 2 years ago
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