Commit History

Author SHA1 Message Date
  Marko Lahma a2f0becdad Implement String.prototype.replaceAll (#1155) 3 years ago
  Marko Lahma e0328f2cf4 Update test262 to latest and fix issues (#1151) 3 years ago
  Marko Lahma 903588b596 Fix issues when running on ARM architecture (#1061) 3 years ago
  Marko Lahma 6a87e76706 Fix more issues related to built-in objects (#1053) 3 years ago
  Marko Lahma 9d8432606d ES2020 BigInt (#1027) 3 years ago
  Gökhan Kurt 57b9b3c79b Implement relative indexing proposal [at() method] (#985) 3 years ago
  Marko Lahma af31a9dce6 Harmonize iterator prototype intrinsics to follow spec (#933) 4 years ago
  Marko Lahma 7080fdf7de ArrayBuffer and DataView (#930) 4 years ago
  Gökhan Kurt ed4e82cb8e Fix Array.from, entries, spread and other iterator related methods (#927) 4 years ago
  Marko Lahma c55a5e447b Refactor internals to support realm concept (#907) 4 years ago
  Marko Lahma f180d16e7c Fix Promise.all behavior under interop (#911) 4 years ago
  Marko Lahma dcaae15a02 Fix Invoke logic and object coercion (#883) 4 years ago
  Marko Lahma 56ca37b78c Optimize global identifier access a bit and reduce allocations (#741) 5 years ago
  Marko Lahma 6dc9d457ef Implement some missing Object functionality (#713) 5 years ago
  Marko Lahma 5dbdb5967c Use JsValue for property access (#701) 5 years ago
  Marko Lahma 2289f9ca31 Enable Symbol and RegExp tests and fix issues (#693) 5 years ago
  Marko Lahma f89886063e Reflect & Proxy (#681) 5 years ago
  Marko Lahma 34643444a6 Separate InternalTypes to allow integer operation optimizations (#672) 5 years ago
  Marko Lahma 63c734750b Regex can get into infinite loop (#626) 6 years ago
  Marko Lahma 5e0b3bb917 Improve engine creation performance (#625) 6 years ago
  Marko Lahma 1f8d87a4ce ES6 Number APIs (#574) 6 years ago
  Marko Lahma f65d588a7e ES6 String Literals (#570) 6 years ago
  Marko Lahma e0701ca211 ES6 Math functions (#569) 6 years ago
  Marko Lahma 3b06e02101 New interpreter engine (#559) 6 years ago
  Marko Lahma 3cbb20e1ad ES6 string functions (#560) 6 years ago
  Marko Lahma e4055925c6 ES6 array functions (#555) 6 years ago
  Marko Lahma 6353bb42f7 ES6 Map, Set and initial Iterators (#541) 7 years ago
  Marko Lahma c6881dc92c #451 optimize object expressions and type conversions (#521) 7 years ago
  Marko Lahma f9e65d3340 Optimize DeclarativeEnvironmentRecord (#518) 7 years ago
  Marko Lahma b5c4b570ce Optimize declarative environment record handling for functions (#517) 7 years ago