Commit History

Author SHA1 Message Date
  Marko Lahma 8be9dce051 Add ArrayInstance underlying array conversion when needed (#1361) 2 years ago
  Marko Lahma 11a47fc717 Fix JsArray(PropertyDescriptor[]) to initialize prototype (#1360) 2 years ago
  Marko Lahma eeb4865ddc Optimize plain object access (#1356) 2 years ago
  Marko Lahma ec25ac3a66 Unify and cleanup API (#1355) 2 years ago
  Marko Lahma 6b5f04d923 Improve array interop API (#1352) 2 years ago
  Marko Lahma c680830d3b Add easier APIs for interop usage (#1351) 2 years ago
  Marko Lahma 583aabbf05 Fix some class handling issues (#1346) 2 years ago
  Marko Lahma fb8b68781d Reduce memory allocations in array handling (#1314) 2 years ago
  Marko Lahma 9fbed07473 Implement RegExp match indices (#1310) 2 years ago
  Marko Lahma 4e6a18b56b Fix array performance regression (#1284) 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 1ba173f8a5 Fix GetOwnPropertyKeys canonical array index handling (#1184) 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 13e45e1f46 Implement array find from last (#1070) 3 years ago
  Marko Lahma 6a87e76706 Fix more issues related to built-in objects (#1053) 3 years ago
  Marko Lahma 1cf0e2bfb4 Improve operator overloading logic (#1011) 3 years ago
  Marko Lahma f5571d0700 Refactor options and add MaxArraySize constraint (#923) 3 years ago
  Marko Lahma e0589fe4af Enable more tests (#932) 4 years ago
  Marko Lahma 1a9cd0ede6 Typed arrays (#925) 4 years ago
  Marko Lahma 7080fdf7de ArrayBuffer and DataView (#930) 4 years ago
  Marko Lahma c55a5e447b Refactor internals to support realm concept (#907) 4 years ago
  Marko Lahma 978d31900f Remove LexicalEnvironment (#901) 4 years ago
  Marko Lahma b29573bdce Support optional catch binding (#900) 4 years ago
  Marko Lahma db2fc72f37 Fix indexing JArray / faster IList indexing (#798) 4 years ago
  Marko Lahma 11b0173d6a Check if length has been initialized in ArrayInstance.GetLength (#761) 5 years ago
  Marko Lahma 293161f092 EnsureCapacity can throw if called against sparse mode array (#746) 5 years ago
  Marko Lahma dce29b4598 Ability to configure Array.prototype as prototype for array-like object wrappers (#721) 5 years ago