コミット履歴

作者 SHA1 メッセージ 日付
  Marko Lahma ec25ac3a66 Unify and cleanup API (#1355) 2 年 前
  Marko Lahma 97e481fc4e Enable nullable reference types by default (#1237) 3 年 前
  Marko Lahma 20e9832dd6 Enable implicit usings (#1230) 3 年 前
  Marko Lahma 6d2715448d Implement ShadowRealm (#1174) 3 年 前
  Marko Lahma 6a87e76706 Fix more issues related to built-in objects (#1053) 3 年 前
  Marko Lahma 4a80efda6a Fix issues uncovered by latest test262 suite (#1040) 3 年 前
  Marko Lahma 9d8432606d ES2020 BigInt (#1027) 3 年 前
  Marko Lahma 56ca37b78c Optimize global identifier access a bit and reduce allocations (#741) 5 年 前
  Marko Lahma 6dc9d457ef Implement some missing Object functionality (#713) 5 年 前
  Marko Lahma 5dbdb5967c Use JsValue for property access (#701) 5 年 前
  Marko Lahma 4544bdb663 Fix string indexing detecting $ as NaN and thus 0 (#699) 5 年 前
  Marko Lahma f89886063e Reflect & Proxy (#681) 5 年 前
  Marko Lahma 00d91f6ce1 Use Key to refer to properties and cache hash code (#634) 6 年 前
  Marko Lahma 3b06e02101 New interpreter engine (#559) 6 年 前
  Marko Lahma c6881dc92c #451 optimize object expressions and type conversions (#521) 7 年 前
  Marko Lahma 1cf16df954 Make execution context struct and other performance tweaks (#502) 7 年 前
  Marko Lahma b3b282d249 #451 remove IPropertyDescriptor now that we have fast and memory efficient PropertyDescriptor 7 年 前
  Marko Lahma 93bee1d289 #451 optimize evaluation performance 7 年 前
  Marko Lahma 34defd2fbc #451 string comparison related performance improvements (#470) 7 年 前
  Marko Lahma f5f432951f Introduce IPropertyDescriptor and specialized descriptors (#461) 7 年 前
  Marko Lahma b25e243ee8 Reduce string operations memory allocations (#457) 7 年 前
  Frederic Torres f68c04945e fix string[Infinity] and string.localeCompare.length 11 年 前
  Sebastien Ros 24a479c429 Removing TypeConverter JsValue direct conversions 11 年 前
  Sebastien Ros 1227c2992f Implementing JsValue 11 年 前
  Sebastien Ros 37bf2f5e2b Refactoring PropertyDescriptor 11 年 前
  Sebastien Ros df03017445 Implementing String.prototype 12 年 前
  Sebastien Ros 1427db5177 Fixing all unit test for Array.prototype 12 年 前
  Sebastien Ros de29b7289d Implementing Array.prototype.indexOf 12 年 前
  Sebastien Ros c0c320e41c Refactoring prototype chain construction 12 年 前
  Sebastien Ros f5319612ca Implementing error objects and exceptions management 12 年 前