257 Commits (33204e4ad2ebb48aaa2ad1c616902396b3b9effd)

Author SHA1 Message Date
Haled Odat ed358dea0c Shrink objects by using `ThinVec`s (#2752) 2 years ago
Haled Odat 7bec3e6a84 Don't construct prototype if not needed (#2751) 2 years ago
Iban Eguia Moraza f793a278df Added an example usage to documentation (#2742) 2 years ago
Iban Eguia Moraza 6ea4848bb5 Fix documentation links (#2741) 2 years ago
raskad b9ad5bcdd0 Make if statements return their completion values (#2739) 2 years ago
raskad 8d16940943 Fix update expressions getting values multiple times (#2733) 2 years ago
José Julián Espina 9cfb68d3e3 Remove panics on module compilation (#2730) 2 years ago
raskad 790c20a156 Fix remaining `Set` tests (#2725) 2 years ago
raskad f025e6fc92 Add negative zero handling for `Map.delete` (#2726) 2 years ago
raskad 0e01a74f59 Add early errors to dynamic function constructors (#2716) 2 years ago
José Julián Espina cb4e49a0ce Align iterator loops to the spec (#2686) 2 years ago
Haled Odat 3b5122635f Make tracing an opt-in feature (#2709) 2 years ago
Haled Odat 4544362b77 Fix get function opcode traces (#2708) 2 years ago
raskad 431a358b2f Implement `with` and object environments (#2692) 2 years ago
raskad d794edfeb2 Fix Object constructor (#2694) 2 years ago
Haled Odat b2b079b475 Fix value to bigint conversion (#2688) 2 years ago
Haled Odat 50a343a3ce Avoid unneeded bounds checks in bytecode address patching (#2680) 2 years ago
Haled Odat 4d121e54d9 Fix incorrect `Number.MIN_VALUE` value (#2682) 2 years ago
Haled Odat 2588aa9f9a Fix exponent operator (#2681) 2 years ago
Haled Odat da866cae64 Decouple bytecompiler from CodeBlock (#2669) 2 years ago
Kevin 10d58b334e Implement `CompletionRecords` for the Vm (#2618) 2 years ago
Iban Eguia Moraza 0a843d2096 Bump bitflags to 2.0.0 (#2666) 2 years ago
José Julián Espina 5a3186d633 Handle surrogates in `String.fromCodePoint` (#2659) 2 years ago
lauren n. liberda 6443aa86ec [regexp] new tests for unicode flag (#2656) 2 years ago
dependabot[bot] ced0024fc5 Bump regress from 0.4.1 to 0.5.0 (#2651) 2 years ago
Kevin 9da07dce72 Rust 1.68 clippy fixes (#2646) 2 years ago
José Julián Espina d94e40aa01 Migrate tests to new test API (#2619) 2 years ago
Choongwoo Han 3d6931cf9c Keep Integer type for inc/dec of an integer (#2615) 2 years ago
José Julián Espina 280199b07a API to construct a `NativeFunction` from a native async function (#2542) 2 years ago
Choongwoo Han f8b682085d Optimize Get/SetPropertyByName (#2608) 2 years ago
raskad f457ea95f8 Fix string to number conversion for `infinity` (#2607) 2 years ago
raskad 310c67195a Remove Syntax Errors from Bytecompiler (#2598) 2 years ago
José Julián Espina 60c25b45e7 Fix doc tests and add CI check (#2606) 2 years ago
Choongwoo Han 4750e8d53a Fast path for static property keys (#2604) 2 years ago
raskad f538cb214c Implement `WeakMap` (#2597) 2 years ago
raskad ffa854ce3f Implement `WeakSet` (#2586) 2 years ago
Kevin c2809ef6f1 Try-catch-block control flow fix/refactor (#2568) 2 years ago
Iban Eguia Moraza 3f9f6f0fce Module parsing (#2411) 2 years ago
Mrmaxmeier 4aebe39e15 fuzzer: bubble up NoInstructionsRemain error instead of trying to handle as exception (#2566) 2 years ago
Kevin 9d521f9acf Feature flag on builtins console import (#2584) 2 years ago
raskad 3725ff85f7 Implement binary `in` operation with private names (#2582) 2 years ago
José Julián Espina c03928309a Cleanup intrinsics and move to realm (#2555) 2 years ago
raskad b76050df44 Move increment and decrement operations to `Update` expression (#2565) 2 years ago
José Julián Espina ddf00c8c03 Improve identifier parsing (#2581) 2 years ago
José Julián Espina 515d28f0a2 Create `Source` to abstract JS code sources (#2579) 2 years ago
raskad e6a1c3789d Fix rust 1.67 lints (#2567) 2 years ago
raskad 787d4a8bc5 Fix double property access on assignment ops (#2551) 2 years ago
raskad 6c8e9c7070 Avoid creating `prototype` property on methods (#2553) 2 years ago
raskad 9355c77e0b Fix error for static class methods named `prototype` (#2552) 2 years ago
raskad 96a6e0a346 Return the correct value from a statement list (#2554) 2 years ago