Marko Lahma
|
7da34e9ee5
Fix params array type handling under interop (#1216)
|
3 years ago |
Marko Lahma
|
a800bd32e7
Improve null handling in generic parameter resolution logic (#1209)
|
3 years ago |
AndrewLityagin
|
2303348789
Ability to catch the CLR exception from an overridden arithmetic operator (#1191)
|
3 years ago |
Marko Lahma
|
a5cf2f9f8d
Fix smallest index handling against collection under interop (#1190)
|
3 years ago |
Christian Rondeau
|
fb02542f7b
Keep C# stack trace in exceptions thrown in JS, provide JS stack in inner exception instead (#1171)
|
3 years ago |
Marko Lahma
|
e48c6f5fb8
Fix inheriting from TypeReference backed interop type (#1168)
|
3 years ago |
Marko Lahma
|
be621efc20
Cache created dynamic delegates (#1146)
|
3 years ago |
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 |