Commit History

Author SHA1 Message Date
  Marko Lahma 71de3317f1 Introduce TypeResolver with member filter and name comparer (#951) 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
  Gökhan Kurt 517900f469 Implement Operator Overloading (#893) 4 years ago
  Marko Lahma d47f5525c1 Fix instanceof logic to comply with specification (#884) 4 years ago
  Marko Lahma 54023a32bf Fix exception propagation from .NET constructors (#860) 4 years ago
  Marko Lahma 807ce1e26e Improve enum overload matching and interop (#843) 4 years ago
  Marko Lahma cccd41e73a Optimize interop, use NET5 to run tests (#803) 4 years ago
  Marko Lahma 284411b25a Support let and const (#722) 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 00d91f6ce1 Use Key to refer to properties and cache hash code (#634) 6 years ago
  Marko Lahma 5e0b3bb917 Improve engine creation performance (#625) 6 years ago
  boennhoff c1f59091cc Added full support for interop with methods that have default values (#597) 6 years ago
  Steffen Liersch 01dd580456 Better enum support, ObjectWrapper dependencies replaced by IObjectWrapper, SetWrapObjectHandler (#603) 6 years ago
  Marko Lahma 3519bc7b23 Improved method resolution (#576) 6 years ago
  Marko Lahma 6353bb42f7 ES6 Map, Set and initial Iterators (#541) 7 years ago
  Marko Lahma 8bbd390486 Optimize interop (#519) 7 years ago
  Marko Lahma b5c4b570ce Optimize declarative environment record handling for functions (#517) 7 years ago
  Marko Lahma e63a0222b8 #451 harmonize exception throwing (#515) 7 years ago
  Marko Lahma 1cf16df954 Make execution context struct and other performance tweaks (#502) 7 years ago
  Marko Lahma 5d408955dc Reduce virtual calls and optimize JsValue equality checks (#497) 7 years ago
  Marko Lahma b3b282d249 #451 remove IPropertyDescriptor now that we have fast and memory efficient PropertyDescriptor 7 years ago
  Marko Lahma e0d2e2f244 Introduce JsString, JsBoolean etc and support efficient string concatenation (#463) 7 years ago
  Marko Lahma f5f432951f Introduce IPropertyDescriptor and specialized descriptors (#461) 7 years ago
  Tyler Watson f04109e400 Implement TypeReference.HasInstance (#422) 8 years ago
  Sebastien Ros cf4abb8204 Adding netstandard1.3 target 8 years ago
  Andrey Taritsyn d9469b6e6a Fix a error that occurs when creating an instance of value type without parameters 9 years ago
  Florian 44d92d7c54 Merge feature/bindfunction with master 11 years ago