376 Commits (78bc105add06ed07f55f093b42e6a138705b09d3)

Author SHA1 Message Date
dependabot[bot] 78bc105add Bump writeable from 0.5.1 to 0.5.2 (#2819) 1 year ago
José Julián Espina 460051261a Implement HTML comments and gate behind the `annex-b` feature (#2817) 1 year ago
Haled Odat bfa9815fe7 Fix `TypedArray`s minus zero key (#2808) 1 year ago
José Julián Espina 0d6ba53ff2 Allow passing owned `HostHooks` and `JobQueues` to `Context` (#2811) 1 year ago
José Julián Espina c9759a8dc3 Lift `InternalObjectMethods` from `Object` (#2790) 1 year ago
Iban Eguia Moraza 6412b30d5d Make the `wasmbind` feature of the `chrono` crate optional (#2810) 1 year ago
Iban Eguia Moraza a8578f7cef Implement `TryFromJs` for `JsObject` wrappers (#2809) 1 year ago
raskad ff0a37f262 Fix destructive for-of loop assignments (#2803) 1 year ago
dependabot[bot] 2f580bbac3 Bump serde from 1.0.159 to 1.0.160 (#2807) 1 year ago
Haled Odat 4fbecb5084 Implement annex-b `trimLeft` and `trimRight` string methods (#2806) 1 year ago
Haled Odat 333b94a9ec Fix `String.prototype.substr()` (#2805) 1 year ago
Haled Odat 24a4770b21 Implement Annex-B string html methods (#2798) 1 year ago
Haled Odat 09d57e75fb Fix `ThrowTypeError` intrinsic (#2797) 1 year ago
José Julián Espina 1e75fd0d21 Make `Realm` shareable between functions (#2801) 1 year ago
Haled Odat 7a4d6526b0 Fix `String.prototype.replace()` order of `ToString` execution (#2799) 1 year ago
Haled Odat 88fb15c0e5 Fix `Symbol.prototype[@@iterator]` (#2800) 1 year ago
José Julián Espina 34d6b93f36 Fix cross-realm construction bugs (#2786) 1 year ago
dependabot[bot] 303d8d4b69 Bump bitflags from 2.0.2 to 2.1.0 (#2788) 1 year ago
Haled Odat 570bc85ebe Implement debug object for CLI (#2772) 1 year ago
dependabot[bot] 0eb4aecc10 Bump sys-locale from 0.2.4 to 0.3.0 (#2781) 1 year ago
dependabot[bot] 57bbacb502 Bump num_enum from 0.5.11 to 0.6.0 (#2782) 1 year ago
José Julián Espina 0babe195fb Implement `escape` and `unescape` (#2768) 1 year ago
Iban Eguia Moraza 540aa2be4f Initial version of a JS -> Rust conversion trait. (#2276) 2 years ago
raskad e286d9fbb7 Add AST node for parenthesized expressions (#2738) 2 years ago
Haled Odat edb0417543 Shrink size of `IndexedProperties` (#2757) 2 years ago
Haled Odat 6c438b5516 Implement constant folding optimization (#2679) 2 years ago
raskad cf85843dc8 Fix super call execution order (#2724) 2 years ago
José Julián Espina bf47815a49 Implement `JsPromise` wrapper (#2758) 2 years ago
dependabot[bot] d134a0acee Bump serde from 1.0.158 to 1.0.159 (#2755) 2 years ago
dependabot[bot] ea7557dee7 Bump serde_json from 1.0.94 to 1.0.95 (#2753) 2 years ago
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
dependabot[bot] 03a83a7e56 Bump indexmap from 1.9.2 to 1.9.3 (#2749) 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
dependabot[bot] 7b2564e126 Bump bitflags from 2.0.1 to 2.0.2 (#2701) 2 years ago
dependabot[bot] 98356de414 Bump thiserror from 1.0.39 to 1.0.40 (#2698) 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