128 Commits (db8a299386de4473a1aef1a894eb05d97a5dc1ee)

Author SHA1 Message Date
raskad db8a299386 Implement missing global object internal methods (#2287) 2 years ago
creampnx_x dbbcc57809 Fix labelled block statement (#2285) 2 years ago
Iban Eguia 779384d87f Add URI encoding and decoding functions (#2267) 2 years ago
raskad 09e35a85a2 Implement Async-from-Sync Iterator Objects (#2234) 2 years ago
Iban Eguia af35be683e Fixed assignment expression parsing (#2268) 2 years ago
Iban Eguia f4d88b7942 Added a bit more integer operation consistency to ByteDataBlock creation (#2272) 2 years ago
Choongwoo Han 43c7d7748a Fix regex literal /[/]/ (#2277) 2 years ago
creampnx_x c43539a428 fix computed property methods can call super methods (#2274) 2 years ago
Choongwoo Han 2072f51faf Allow some keywords as identifiers (#2269) 2 years ago
Choongwoo Han 90ec460b3f Fix property access of call expression (#2273) 2 years ago
Choongwoo Han b63d04c48b Do not auto-insert semicolon in VariableDeclarationList (#2266) 2 years ago
Choongwoo Han 3983363124 Add integer type to fast path of to_property_key (#2261) 2 years ago
raskad ae10d40dc0 Fix `arguments` object iterator function (#2231) 2 years ago
raskad 95042557b5 Fix spread arguments in function calls (#2216) 2 years ago
Iban Eguia 47ab7e0a80 Removed some unsafe_empty_trace!() calls to improve performance (#2233) 2 years ago
raskad 2dcdf51407 Add field accessors to destructing assignment (#2213) 2 years ago
raskad 492d843ae0 Fix `yield` expression to end on line terminator (#2232) 2 years ago
raskad 5909e9a963 Implement Async Generators (#2200) 2 years ago
raskad d6fc7af2a1 Fix Rust 1.63 clippy lints (#2230) 2 years ago
raskad 3d6a8d5232 Parse class private async generator methods (#2220) 2 years ago
Halid Odat efff9d6269 Fix length/index in `32bit` architectures (#2196) 2 years ago
raskad 6e377d6467 Implement Generator Function Constructor (#2174) 2 years ago
raskad d8af7b4ee5 Implement arrow function parsing based on `CoverParenthesizedExpressionAndArrowParameterList` (#2171) 2 years ago
Halid Odat 48d8b420c5 Implement `JsArrayBuffer` (#2170) 2 years ago
Anuvrat Singh 52bc15bc23 Safe wrapper for `JsSet` (#2162) 2 years ago
Halid Odat 5bbc225b24 Dense/Packed JavaScript arrays (#2167) 2 years ago
Kevin d0d70345eb Implementation of JsMap Wrapper (#2115) 2 years ago
Halid Odat 64f59ddacb Store call frames in `Vec` instead of singly-linked list (#2164) 2 years ago
raskad cdc49e35ea Implement `async function` and `await` (#2158) 2 years ago
raskad bd0bf78383 Fix remaining `Promise` bugs (#2156) 2 years ago
raskad aaeee43c4f Fix `this` in function calls (#2153) 2 years ago
raskad 6b4ebf9e3e Fix clippy 1.62.0 lints (#2154) 2 years ago
jedel1043 f7aef10a61 Remove `string-interner` dependency and implement custom string `Interner` (#2147) 2 years ago
raskad 13df9a1984 Implement `super` expressions (#2116) 2 years ago
raskad c561aa3b2c Implement `Promise.allSettled` (#2146) 2 years ago
raskad e81e06b462 Implement `Promise.any` (#2145) 2 years ago
raskad b043bca081 Implement `Promise.all` (#2140) 2 years ago
jedel1043 0ebb3cf439 Refactor `construct` and `PromiseCapability` to preserve `JsObject` invariants (#2136) 2 years ago
raskad 613f4c3eab Fix for in/of loop initializer environment (#2135) 2 years ago
raskad 43f60e9bb1 Fix `eval` attributes (#2130) 2 years ago
Iban Eguia d173e08529 Started adding the [[Done]] field to iterators (#2125) 2 years ago
Iban Eguia 0454ddec19 Execution stack & promises (#2107) 2 years ago
Sorck 6477f61fb1 Implement Object.prototype.__lookupSetter__ (#2113) 2 years ago
Sorck c9b891fbfd Implement Object.prototype.__lookupGetter__ (#2112) 2 years ago
cybai (Haku) 220af1c375 Implement getter and setter of Object.prototype.__proto__ (#2110) 2 years ago
cybai (Haku) 637ffcfd78 Fix spec links for some object operation methods (#2111) 2 years ago
Ngo Iok Ui (Wu Yu Wei) 0eb771d343 Implement `Object.prototype.__defineSetter__` (#2109) 2 years ago
cybai (Haku) b7e84d4c7d Implement `Object.prototype.__defineGetter__` (#2108) 2 years ago
raskad 9025c36b1b Remove unnecessary `Trace` and `Finalize` implementations from AST (#2103) 2 years ago
raskad ae01d5c20b Parse private generator methods in classes (#2092) 3 years ago