2591 Commits (57604ae0cb58817a889bbb1cfd44c870d200f212)
 

Author SHA1 Message Date
dependabot[bot] db0cfae54d
Bump webpack from 5.82.0 to 5.82.1 (#2926) 1 year ago
Veera facbacc27e
Fix ES5 selector (#2924) 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
dependabot[bot] c827313c93
Bump wasm-bindgen from 0.2.84 to 0.2.85 (#2923) 1 year ago
dependabot[bot] 85a253e168
Bump webpack-cli from 5.1.0 to 5.1.1 (#2919) 1 year ago
dependabot[bot] cb9e1ef810
Bump quote from 1.0.26 to 1.0.27 (#2920) 1 year ago
raskad 2faa2470db
Cleanup some bytecompiler code (#2918) 1 year ago
Haled Odat 128c13752a
Allow `let` name in for-in loop in non-strict mode (#2915) 1 year ago
Haled Odat d7c03db7fa
Allow escaped `let` as expression (#2916) 1 year ago
dependabot[bot] deb8c8946e
Bump webpack-dev-server from 4.13.3 to 4.15.0 (#2912) 1 year ago
dependabot[bot] 731a061366
Bump terser-webpack-plugin from 5.3.7 to 5.3.8 (#2911) 1 year ago
dependabot[bot] 8bff6004f9
Bump webpack-cli from 5.0.2 to 5.1.0 (#2913) 1 year ago
dependabot[bot] 203de6a515
Bump test262 from `72c0c5e` to `4fc741b` (#2914) 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
Iban Eguia Moraza 1965492f7c
Added unit tests for `boa_ast::Punctuator` (#2884) 1 year ago
José Julián Espina debbb91e78
Fix `Date` for dynamic timezones (#2877) 1 year ago
José Julián Espina 9c29b35beb
Enable github queues and remove bors.toml (#2899) 1 year ago
Iban Eguia Moraza 08a72387ba
Added unit tests for `boa_ast::Keyword` (#2883) 1 year ago
Iban Eguia Moraza 7cb58dea97
Added a bunch more tests (#2885) 1 year ago
dependabot[bot] af10116e4a
Bump webpack from 5.81.0 to 5.82.0 (#2897) 1 year ago
Kevin e320c55d21
Docs update for boa_runtime and console documentation (#2891) 1 year ago
dependabot[bot] 0aaf462bac
Bump monaco-editor from 0.37.1 to 0.38.0 (#2895) 1 year ago
dependabot[bot] c0daf11141
Bump clap from 4.2.5 to 4.2.7 (#2896) 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
José Julián Espina 73e8d412af Disallow strict directives with escaped sequences (#2892) 1 year ago
dependabot[bot] 06360226c0 Bump test262 from `2df6c7d` to `72c0c5e` (#2889) 1 year ago
dependabot[bot] f6c1d6360e Bump regress from 0.5.0 to 0.6.0 (#2888) 1 year ago
Haled Odat dff815d545 Fix `for-of` expression parsing (#2882) 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
Juan d49656d6c5 Bugfix/new.target is not understood by the parser as an expression #2793 (#2878) 1 year ago
dependabot[bot] 04ddeeb3b3 Bump clap from 4.2.4 to 4.2.5 (#2879) 1 year ago
dependabot[bot] 9532125209 Bump webpack from 5.80.0 to 5.81.0 (#2875) 1 year ago
dependabot[bot] 5485c1ef48 Bump benchmark-action/github-action-benchmark from 1.16.2 to 1.17.0 (#2872) 1 year ago
raskad 7eb2d4e408 Initialize `var` bindings in runtime environments with `undefined` (#2860) 1 year ago