192 Commits (f708a764c2cfe223df89f16013c9edec76615512)

Author SHA1 Message Date
Iban Eguia Moraza f708a764c2 Fixed some documentation and clippy warnings in tests (#2362) 2 years ago
dependabot[bot] d51fee7237 Bump serde_json from 1.0.86 to 1.0.87 (#2355) 2 years ago
José Julián Espina dc9c1cb275 Create new lazy Error type (#2283) 2 years ago
José Julián Espina 959b9f1b6d Split `Node` into `Statement`, `Expression` and `Declaration` (#2319) 2 years ago
Kevin 13dcdd4a97 Implement `JsRegExp` (#2326) 2 years ago
José Julián Espina c645f8530e Bump serde_json from 1.0.85 to 1.0.86 (#2341) 2 years ago
José Julián Espina df70302194 First prototype for new `JsString` using UTF-16 (#1659) 2 years ago
Calli c8f6f85d61 Separate JsObjectType implementors to their own module (#2324) 2 years ago
Kevin eaf94284bd Implement `JsDataView` (#2308) 2 years ago
raskad 7f1d1a992a Parse static async private methods in classes (#2315) 2 years ago
raskad 5b5498d1ae Fix double conversion to primitive in `ToNumeric` (#2310) 2 years ago
raskad 9f0ac30082 Fix some Array spec deviations (#2306) 2 years ago
raskad 0213f9f1e5 Fix function property order (#2305) 2 years ago
José Julián Espina e9e85f5a49 Switch to workspace inherited properties (#2297) 2 years ago
raskad c58a8997ca Implement `new.target` expression (#2299) 2 years ago
creampnx_x 573ac14458 Add unicode terminator to line comment (#2301) 2 years ago
Iban Eguia f5be60975b Updated dependencies for 0.16 release (#2300) 2 years ago
dependabot[bot] c4c608c17a Bump serde from 1.0.144 to 1.0.145 (#2298) 2 years ago
Iban Eguia 77e739c5da Upgrading to Unicode 15 (#2291) 2 years ago
dependabot[bot] 198dfcc394 Bump once_cell from 1.14.0 to 1.15.0 (#2296) 2 years ago
raskad d28633925c Implement `for await...of` loops (#2286) 2 years ago
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
dependabot[bot] fb68a8d734 Update criterion requirement from 0.3.5 to 0.4.0 in /boa_engine (#2279) 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
dependabot[bot] 5858d82989 Bump once_cell from 1.13.1 to 1.14.0 (#2263) 2 years ago
dependabot[bot] ab9f0d6052 Bump serde_json from 1.0.83 to 1.0.85 (#2247) 2 years ago
dependabot[bot] eb5d24ed4a Bump serde from 1.0.143 to 1.0.144 (#2249) 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
dependabot[bot] a18e9130f9 Bump once_cell from 1.13.0 to 1.13.1 (#2242) 2 years ago
Iban Eguia 47ab7e0a80 Removed some unsafe_empty_trace!() calls to improve performance (#2233) 2 years ago
dependabot[bot] e444f8bff3 Bump chrono from 0.4.21 to 0.4.22 (#2238) 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
dependabot[bot] f3e5ccbcdc Bump chrono from 0.4.20 to 0.4.21 (#2227) 2 years ago
dependabot[bot] a15dd2f305 Bump serde from 1.0.142 to 1.0.143 (#2225) 2 years ago
raskad 3d6a8d5232 Parse class private async generator methods (#2220) 2 years ago
dependabot[bot] a1f52ef51d Bump chrono from 0.4.19 to 0.4.20 (#2222) 2 years ago