Commit History

Author SHA1 Message Date
  Marko Lahma f4667ed60e Remove exposed CLR type equality requirement from ObjectWrapper.Equals (#1652) 1 year ago
  viruscamp 48d512f567 Improve Proxy conformance and support CLR interop better (#1645) 1 year ago
  viruscamp 0ebf7cd5a8 Support explicit interface and hidden member of super class (#1613) 2 years ago
  Marko Lahma 75a7b12aef Add net60 target (#1515) 2 years ago
  mainlyer ef8976839c Support inheritance chain of CLR objects with instanceof operator (#1511) 2 years ago
  Marko Lahma 81cfbc0507 Ensure support for custom null and undefined (#1407) 2 years ago
  Marko Lahma 6839807204 Improved support for defining custom JsString deriving type (#1404) 2 years ago
  Marko Lahma 92fbdc3410 Allow deleting dictionary entries via interop (#1341) 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 6d2715448d Implement ShadowRealm (#1174) 3 years ago
  Marko Lahma 6a87e76706 Fix more issues related to built-in objects (#1053) 3 years ago
  Marko Lahma 8f0d433737 Fix issues related to JSON, Math, RegExp and Proxy (#1045) 3 years ago
  Marko Lahma 9d8432606d ES2020 BigInt (#1027) 3 years ago
  Marko Lahma 6f4ad5052f Remove IIterator interface (#1000) 3 years ago
  Marko Lahma bf140bff22 Introduce EvaluationContext for statement and expression evaluation (#979) 3 years ago
  Marko Lahma ed94d10a05 Configurable value coercion under interop (#973) 3 years ago
  Marko Lahma 21d1dc1d61 Add typed array helpers for IsArray and AsArray (#971) 3 years ago
  Marko Lahma 7e0b575a1d Fix iteration in interop (#967) 3 years ago
  Marko Lahma f5571d0700 Refactor options and add MaxArraySize constraint (#923) 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 0dbcdb0395 Add support for Optional Chaining (#881) 4 years ago
  Simon 426acedb9b Promise lets go again (#889) 4 years ago
  Marko Lahma d47f5525c1 Fix instanceof logic to comply with specification (#884) 4 years ago
  Marko Lahma dcaae15a02 Fix Invoke logic and object coercion (#883) 4 years ago
  Marko Lahma f5a2abf615 Should not wrap Type instances as TypeReference by default (#845) 4 years ago
  Marko Lahma 5f1892cd42 Class support (#816) 4 years ago
  Marko Lahma db2fc72f37 Fix indexing JArray / faster IList indexing (#798) 4 years ago
  Marko Lahma 4972108c7a Change invalid ICallable to throw TypeError instead of ArgumentException (#794) 4 years ago