622 Commits (3a4fe6fdc0d5d2125bef412d6922821d72ee6898)

Author SHA1 Message Date
José Julián Espina 0e1b32a232
Allow `JobQueue` to concurrently run jobs (#3036) 1 year ago
dependabot[bot] 5da8846020
Bump bitflags from 2.3.1 to 2.3.2 (#3039) 1 year ago
raskad 827c055ca6
Fix class constructor return value (#3028) 1 year ago
raskad ef4d9f6f00
Optimize `Swap` opcode (#3027) 1 year ago
Haled Odat 423f099a41
Remove `mutate_immutable` and `silent` checks from Opcodes (#3024) 1 year ago
Haled Odat da4a3315d7
Remove `[[ClassFieldInitializerName]]` from `CodeBlock` (#3022) 1 year ago
Haled Odat 0c790ac623
Merge `private_names` into `names` constant pool (#3023) 1 year ago
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) 2 years 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