Commit History

Author SHA1 Message Date
  Marko Lahma 92fbdc3410 Allow deleting dictionary entries via interop (#1341) 2 years ago
  Marko Lahma 3cde7c9a4c Fix TaggedTemplate issues (#1324) 2 years ago
  Gökhan Kurt aa3ad792d4 Fix toPrimitive evaluating multiple times during "in" expression (#1319) 2 years ago
  Marko Lahma fb8b68781d Reduce memory allocations in array handling (#1314) 2 years ago
  Marko Lahma d7b8ca1224 Implement RegExp named capture groups (#1309) 2 years ago
  Marko Lahma c97bd04889 Implement Array.group and Array.groupToMap (#1306) 2 years ago
  Marko Lahma 3a3e57c63d Improve global object setup and access performance (#1280) 2 years ago
  Marko Lahma 97e481fc4e Enable nullable reference types by default (#1237) 3 years ago
  Marko Lahma 20e9832dd6 Enable implicit usings (#1230) 3 years ago
  Marko Lahma a5cf2f9f8d Fix smallest index handling against collection under interop (#1190) 3 years ago
  Marko Lahma 1ba173f8a5 Fix GetOwnPropertyKeys canonical array index handling (#1184) 3 years ago
  Marko Lahma c596da23ce Implement AggregateError (#1175) 3 years ago
  Marko Lahma 6d2715448d Implement ShadowRealm (#1174) 3 years ago
  Marko Lahma 85b407823e Remove unnecessary ObjectClass types (#1172) 3 years ago
  Marko Lahma e0328f2cf4 Update test262 to latest and fix issues (#1151) 3 years ago
  Marko Lahma a0cfd78aa8 Fix array performance regression (#1148) 3 years ago
  Marko Lahma fe4ee89b85 Support custom CLR object creator for ObjectInstance.ToObject (#1140) 3 years ago
  Christian Rondeau fcc7c8d257 Support ECMAScript modules (export/import statements, modules definition) (#1054) 3 years ago
  Gökhan Kurt 95f25aaad6 Improve function interop (#1074) 3 years ago
  Marko Lahma 13e45e1f46 Implement array find from last (#1070) 3 years ago
  Gökhan Kurt 6d53805682 Various Interop fixes (#1063) 3 years ago
  Marko Lahma 6a87e76706 Fix more issues related to built-in objects (#1053) 3 years ago
  Marko Lahma 43d63be7a3 Allow JS class to extend CLR type (#1049) 3 years ago
  Marko Lahma ceee6b2ccb Add Engine.Construct method (#1047) 3 years ago
  Marko Lahma f2e440463f Bound function should not inherit from FunctionInstance (#1044) 3 years ago
  Marko Lahma 4a80efda6a Fix issues uncovered by latest test262 suite (#1040) 3 years ago
  Marko Lahma 9d8432606d ES2020 BigInt (#1027) 3 years ago
  Marko Lahma 1cf0e2bfb4 Improve operator overloading logic (#1011) 3 years ago
  Marko Lahma 412922c9ea Always set ObjectInstance prototype by default (#982) 3 years ago
  Marko Lahma b256b595d3 Check cyclic references when evaluating ToObject (#936) 4 years ago