Commit History

Author SHA1 Message Date
  Marko Lahma ca8d8f28fa Improve method scoring between double and float (#1143) 3 years ago
  Marko Lahma fe4ee89b85 Support custom CLR object creator for ObjectInstance.ToObject (#1140) 3 years ago
  Marko Lahma 6b24844b7d Allow adding symbol properties to CLR objects (#1131) 3 years ago
  Marko Lahma 21bdb74697 Improve dictionary based CLR interop (#1127) 3 years ago
  Marko Lahma d0eb6aab75 Add default iterator prototype for IteratorInstance (#1126) 3 years ago
  Marko Lahma d21f36a2e8 Always allow operator overloaded conversion (#1099) 3 years ago
  Marko Lahma 0231800a02 Explicit/implicit cast operator search should check parameter type (#1098) 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
  David ea1d3991ac Better int vs float detection in function overload resolution (#1036) 3 years ago
  Marko Lahma b40718fcc7 Let exceptions bubble from ReflectionAccessor (#1023) 3 years ago
  Marko Lahma b582c8b3e1 Fix JSON.stringify for lists (#1006) 3 years ago
  Marko Lahma dac5a0bea0 Generic string-keyed dictionary indexing under interop (#1002) 3 years ago
  Sébastien Ros c110428c7c Fix ExpandoObject serialization (#996) 3 years ago
  Marko Lahma 6082013b16 Check ExceptionHandler if type conversion fails (#988) 3 years ago
  Marko Lahma ed94d10a05 Configurable value coercion under interop (#973) 3 years ago
  Marko Lahma 7a74e0c369 Allow controlling exposed names for interop members (#974) 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
  Gökhan Kurt 2f34c74ef0 fix extension and class methods being enumerated (#959) 4 years ago
  Marko Lahma 71de3317f1 Introduce TypeResolver with member filter and name comparer (#951) 4 years ago
  Marko Lahma b256b595d3 Check cyclic references when evaluating ToObject (#936) 4 years ago
  Marko Lahma c55a5e447b Refactor internals to support realm concept (#907) 4 years ago
  Marko Lahma f180d16e7c Fix Promise.all behavior under interop (#911) 4 years ago
  Marko Lahma e6f54b5318 Introduce Engine.Evaluate (#899) 4 years ago
  Marko Lahma a8d89b2627 Don't match explicit indexer properties when finding accessor (#886) 4 years ago
  Marko Lahma 3b1faa9d0d Implement Equals and GetHashCode for ObjectWrapper (#880) 4 years ago
  Marko Lahma 54023a32bf Fix exception propagation from .NET constructors (#860) 4 years ago
  Marko Lahma c117961479 Support ExpandoObject in EnumerateOwnPropertyKeys (#862) 4 years ago
  Bernhard Windisch 90eca8b996 Allow access to declared Members on DynamicObject (#858) 4 years ago