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 |
Marko Lahma
|
1cf0e2bfb4
Improve operator overloading logic (#1011)
|
3 years ago |
Marko Lahma
|
c117c5ea16
Prevent GetType and System.Reflection namespace under interop by default (#994)
|
3 years ago |
Marko Lahma
|
bf140bff22
Introduce EvaluationContext for statement and expression evaluation (#979)
|
3 years ago |
Marko Lahma
|
7a74e0c369
Allow controlling exposed names for interop members (#974)
|
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
|
c55a5e447b
Refactor internals to support realm concept (#907)
|
4 years ago |
Marko Lahma
|
0dbcdb0395
Add support for Optional Chaining (#881)
|
4 years ago |
Gökhan Kurt
|
517900f469
Implement Operator Overloading (#893)
|
4 years ago |
Marko Lahma
|
d47f5525c1
Fix instanceof logic to comply with specification (#884)
|
4 years ago |
Marko Lahma
|
54023a32bf
Fix exception propagation from .NET constructors (#860)
|
4 years ago |
Marko Lahma
|
807ce1e26e
Improve enum overload matching and interop (#843)
|
4 years ago |
Marko Lahma
|
cccd41e73a
Optimize interop, use NET5 to run tests (#803)
|
4 years ago |
Marko Lahma
|
284411b25a
Support let and const (#722)
|
5 years ago |
Marko Lahma
|
5dbdb5967c
Use JsValue for property access (#701)
|
5 years ago |
Marko Lahma
|
2289f9ca31
Enable Symbol and RegExp tests and fix issues (#693)
|
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
|
5e0b3bb917
Improve engine creation performance (#625)
|
6 years ago |
boennhoff
|
c1f59091cc
Added full support for interop with methods that have default values (#597)
|
6 years ago |
Steffen Liersch
|
01dd580456
Better enum support, ObjectWrapper dependencies replaced by IObjectWrapper, SetWrapObjectHandler (#603)
|
6 years ago |
Marko Lahma
|
3519bc7b23
Improved method resolution (#576)
|
6 years ago |
Marko Lahma
|
6353bb42f7
ES6 Map, Set and initial Iterators (#541)
|
7 years ago |
Marko Lahma
|
8bbd390486
Optimize interop (#519)
|
7 years ago |
Marko Lahma
|
b5c4b570ce
Optimize declarative environment record handling for functions (#517)
|
7 years ago |
Marko Lahma
|
e63a0222b8
#451 harmonize exception throwing (#515)
|
7 years ago |
Marko Lahma
|
1cf16df954
Make execution context struct and other performance tweaks (#502)
|
7 years ago |
Marko Lahma
|
5d408955dc
Reduce virtual calls and optimize JsValue equality checks (#497)
|
7 years ago |