515 Commits (30ff5ae4f804ada41e252e261df7de1c72802031)

Author SHA1 Message Date
José Julián Espina 73a718c8a4
Add convenience methods to `ModuleLoader` (#3007) 1 year ago
raskad caaf1d258c
Fix panics on empty return values (#3018) 1 year ago
dependabot[bot] e4b7e63830
Bump serde from 1.0.163 to 1.0.164 (#3016) 1 year ago
raskad 493176b4f8
Return the correct value during a labelled break (#2996) 1 year ago
José Julián Espina a989462e25
Unify async iterators and iterators compilation (#2976) 1 year ago
raskad c9a7bdcab8
Fix panic in constructor call (#3001) 1 year ago
Shane Murphy eeeaaeebcc
Fix prompt on windows (#2986) 1 year ago
dependabot[bot] f18b3be672
Bump once_cell from 1.17.2 to 1.18.0 (#2999) 1 year ago
José Julián Espina ee97198d01
Allow `true`, `false` and `null` in object patterns (#2994) 1 year ago
Jason Williams de241c2b60
show object kind, name and address when using dbg! (#2960) 1 year ago
José Julián Espina 2fa9c65e97
Correctly initialize functions inside modules (#2993) 1 year ago
José Julián Espina 65bf54d7e0
Fix WASM playground (#2992) 1 year ago
raskad 9367ee24aa
Fix rust 1.70 lints (#2990) 1 year ago
dependabot[bot] 14176a2cee
Bump chrono from 0.4.25 to 0.4.26 (#2982) 1 year ago
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) 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