Gökhan Kurt
|
2f34c74ef0
fix extension and class methods being enumerated (#959)
|
3 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 |
DerekDiamond
|
5b51036334
Allow delegates to return values from .NET (#854)
|
4 years ago |
Marko Lahma
|
f5a2abf615
Should not wrap Type instances as TypeReference by default (#845)
|
4 years ago |
Marko Lahma
|
807ce1e26e
Improve enum overload matching and interop (#843)
|
4 years ago |
Marko Lahma
|
cef5b55dde
Basic support for DynamicObject (#842)
|
4 years ago |
Marko Lahma
|
cccd41e73a
Optimize interop, use NET5 to run tests (#803)
|
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 |
Marko Lahma
|
b717934d69
Improve error handling for JToken property access (#796)
|
4 years ago |
Marko Lahma
|
b0529f99e8
Fix indexer value conversion (#792)
|
4 years ago |
Marko Lahma
|
24cda031a8
Prefer indexing and custom properties over indexer property (#773)
|
5 years ago |
Marko Lahma
|
62656a0ab6
Don't use BlockStatement to model function body (#771)
|
5 years ago |
Sébastien Ros
|
68733e1cf6
Provide a way to override interop members (#758)
|
5 years ago |
Marko Lahma
|
5bd7f46576
Harmonize property iteration for ObjectWrapper (#750)
|
5 years ago |
Marko Lahma
|
a9ea78d08b
Support object wrapper iterator (#749)
|
5 years ago |
Christian Schwarz
|
58f8addfe0
Support passing a dictionary inside an object (#740)
|
5 years ago |
Marko Lahma
|
0f2c39b912
Propagate interop exceptions from IndexDescriptor (#728)
|
5 years ago |
Marko Lahma
|
7d9c61cc19
Only mark array-like if Count or Length present, don't make it error (#726)
|
5 years ago |
Marko Lahma
|
dce29b4598
Ability to configure Array.prototype as prototype for array-like object wrappers (#721)
|
5 years ago |
Sébastien Ros
|
1b6ad93300
Don't throw when CLR indexer not found (#718)
|
5 years ago |