Historia zmian

Autor SHA1 Wiadomość Data
  Marko Lahma 43d63be7a3 Allow JS class to extend CLR type (#1049) 3 lat temu
  Marko Lahma ceee6b2ccb Add Engine.Construct method (#1047) 3 lat temu
  David ea1d3991ac Better int vs float detection in function overload resolution (#1036) 3 lat temu
  Marko Lahma b40718fcc7 Let exceptions bubble from ReflectionAccessor (#1023) 3 lat temu
  Marko Lahma b582c8b3e1 Fix JSON.stringify for lists (#1006) 3 lat temu
  Marko Lahma dac5a0bea0 Generic string-keyed dictionary indexing under interop (#1002) 3 lat temu
  Sébastien Ros c110428c7c Fix ExpandoObject serialization (#996) 3 lat temu
  Marko Lahma 6082013b16 Check ExceptionHandler if type conversion fails (#988) 3 lat temu
  Marko Lahma ed94d10a05 Configurable value coercion under interop (#973) 3 lat temu
  Marko Lahma 7a74e0c369 Allow controlling exposed names for interop members (#974) 3 lat temu
  Marko Lahma 21d1dc1d61 Add typed array helpers for IsArray and AsArray (#971) 3 lat temu
  Marko Lahma 7e0b575a1d Fix iteration in interop (#967) 4 lat temu
  Gökhan Kurt 2f34c74ef0 fix extension and class methods being enumerated (#959) 4 lat temu
  Marko Lahma 71de3317f1 Introduce TypeResolver with member filter and name comparer (#951) 4 lat temu
  Marko Lahma b256b595d3 Check cyclic references when evaluating ToObject (#936) 4 lat temu
  Marko Lahma c55a5e447b Refactor internals to support realm concept (#907) 4 lat temu
  Marko Lahma f180d16e7c Fix Promise.all behavior under interop (#911) 4 lat temu
  Marko Lahma e6f54b5318 Introduce Engine.Evaluate (#899) 4 lat temu
  Marko Lahma a8d89b2627 Don't match explicit indexer properties when finding accessor (#886) 4 lat temu
  Marko Lahma 3b1faa9d0d Implement Equals and GetHashCode for ObjectWrapper (#880) 4 lat temu
  Marko Lahma 54023a32bf Fix exception propagation from .NET constructors (#860) 4 lat temu
  Marko Lahma c117961479 Support ExpandoObject in EnumerateOwnPropertyKeys (#862) 4 lat temu
  Bernhard Windisch 90eca8b996 Allow access to declared Members on DynamicObject (#858) 4 lat temu
  DerekDiamond 5b51036334 Allow delegates to return values from .NET (#854) 4 lat temu
  Marko Lahma f5a2abf615 Should not wrap Type instances as TypeReference by default (#845) 4 lat temu
  Marko Lahma 807ce1e26e Improve enum overload matching and interop (#843) 4 lat temu
  Marko Lahma cef5b55dde Basic support for DynamicObject (#842) 4 lat temu
  Marko Lahma cccd41e73a Optimize interop, use NET5 to run tests (#803) 4 lat temu
  Marko Lahma db2fc72f37 Fix indexing JArray / faster IList indexing (#798) 4 lat temu
  Marko Lahma 4972108c7a Change invalid ICallable to throw TypeError instead of ArgumentException (#794) 4 lat temu