121 Commits (b138a3088aca92db4bb8706207f620889b021121)

Author SHA1 Message Date
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
José Julián Espina 280199b07a API to construct a `NativeFunction` from a native async function (#2542) 2 years ago
raskad 310c67195a Remove Syntax Errors from Bytecompiler (#2598) 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
Iban Eguia Moraza 3f9f6f0fce Module parsing (#2411) 2 years ago
Kevin 9d521f9acf Feature flag on builtins console import (#2584) 2 years ago
José Julián Espina c03928309a Cleanup intrinsics and move to realm (#2555) 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 6c8e9c7070 Avoid creating `prototype` property on methods (#2553) 2 years ago
José Julián Espina 7c9eef8edc Improve the design of ephemerons in our GC (#2530) 2 years ago
José Julián Espina 5ab0aa21cc Implement host hooks and job queues APIs (#2529) 2 years ago
José Julián Espina 08e5e46117 Make `JsSymbol` thread-safe (#2539) 2 years ago
Kevin ff06690140 Clarity changes for the VM (#2531) 2 years ago
raskad 3dca430588 Refactor some class features (#2513) 2 years ago
José Julián Espina 1bef214a35 Prepare `Promises` for new host hooks and job queue API (#2528) 2 years ago
José Julián Espina edd404ba7f Redesign native functions and closures API (#2499) 2 years ago
José Julián Espina 81680ff5c4 Pass locale data provider by ref instead of boxing (#2508) 2 years ago
José Julián Espina cbf07824cb Cleanup `Context` APIs (#2504) 2 years ago
José Julián Espina 3bf5de2929 Redesign Intl API and implement some services (#2478) 2 years ago
José Julián Espina cc45a827ca Cleanup inline annotations (#2493) 2 years ago
raskad e3d35e9b36 Fix rust 1.66.0 lints (#2486) 2 years ago
Kevin c79b9023df Documentation Updates (#2463) 2 years ago
raskad 5435ae0ab9 Restructure lint lists in `boa_engine` (#2455) 2 years ago
Arjun Kavi 9c2bc0a7a6 Fix built-ins/Array/prototype/toString/non-callable-join-string-tag.js test case (#2458) 2 years ago
José Julián Espina 1ae48441fd Refactor the `Date` builtin (#2449) 2 years ago
José Julián Espina 79f638d667 Implement the `WeakRef` builtin (#2438) 2 years ago
Kevin 98e6dd36cb Boa Gc implementation draft (#2394) 2 years ago
José Julián Espina fdac8ece5b Fix some Date tests (#2431) 2 years ago
raskad 6eff7ca00e Handle `__proto__` fields in object literals (#2423) 2 years ago
Anuvrat 70f73b45d8 Safe wrapper for `JsDate` (#2181) 2 years ago
José Julián Espina b88736a5c9 Extract the parser into a crate (#2409) 2 years ago
José Julián Espina 8e14d76893 Rewrite scope analysis operations using visitors (#2408) 2 years ago
José Julián Espina aad78154cf Pretty print promise objects (#2407) 2 years ago
José Julián Espina 91235c77fe Rewrite some patterns with let-else and ok_or_else (#2404) 2 years ago
raskad dc3b09a001 Implement async arrow functions (#2393) 2 years ago
José Julián Espina 49a58675cc Replace `contains` and friends with visitors (#2403) 2 years ago
José Julián Espina b4da172f91 Extract the ast to a crate (#2402) 2 years ago
raskad 203c1961bb Skip prototype field definition for arrow function (#2388) 2 years ago
José Julián Espina 762dd93d44 Fix var collisions in strict eval calls (#2382) 2 years ago
Iban Eguia Moraza f708a764c2 Fixed some documentation and clippy warnings in tests (#2362) 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 df70302194 First prototype for new `JsString` using UTF-16 (#1659) 2 years ago
Kevin eaf94284bd Implement `JsDataView` (#2308) 2 years ago