Sébastien Ros
|
c110428c7c
Fix ExpandoObject serialization (#996)
|
3 years ago |
Marko Lahma
|
412922c9ea
Always set ObjectInstance prototype by default (#982)
|
3 years ago |
Marko Lahma
|
7e0b575a1d
Fix iteration in interop (#967)
|
3 years ago |
Marko Lahma
|
f5571d0700
Refactor options and add MaxArraySize constraint (#923)
|
3 years ago |
Marko Lahma
|
71de3317f1
Introduce TypeResolver with member filter and name comparer (#951)
|
4 years ago |
Marko Lahma
|
af31a9dce6
Harmonize iterator prototype intrinsics to follow spec (#933)
|
4 years ago |
Marko Lahma
|
c55a5e447b
Refactor internals to support realm concept (#907)
|
4 years ago |
Marko Lahma
|
b29573bdce
Support optional catch binding (#900)
|
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 |
Gökhan Kurt
|
4b9c78e3fc
Fix detecting extension method when there are none (#866)
|
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 |
Marko Lahma
|
cef5b55dde
Basic support for DynamicObject (#842)
|
4 years ago |
Marko Lahma
|
de3739bd3d
Stack traces for JS exceptions (#821)
|
4 years ago |
Marko Lahma
|
caf8ff8b43
Support extension methods (#812)
|
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
|
b717934d69
Improve error handling for JToken property access (#796)
|
4 years ago |
Marko Lahma
|
24cda031a8
Prefer indexing and custom properties over indexer property (#773)
|
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 |
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 |
Marko Lahma
|
5dbdb5967c
Use JsValue for property access (#701)
|
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
|
4f94558569
Enable array-like behavior from ICollection/arrays (#579)
|
6 years ago |