Marko Lahma
|
a3e919be49
Remove some Instance suffixes (#1718)
|
1 year ago |
Marko Lahma
|
6653ec842c
Code changes to keep NET 8 analyzers happy (#1685)
|
1 year ago |
Marko Lahma
|
2ec677c1a1
Rename thisObj to thisObject and args as arguments in parameter names (#1597)
|
2 years ago |
Marko Lahma
|
5eb6b82e7f
Add public type Constructor (#1440)
|
2 years ago |
Marko Lahma
|
7fab0dbf19
Update to latest test262 suite and implement Symbols as WeakMap keys (#1365)
|
2 years ago |
Marko Lahma
|
ec25ac3a66
Unify and cleanup API (#1355)
|
2 years ago |
Marko Lahma
|
97e481fc4e
Enable nullable reference types by default (#1237)
|
3 years ago |
Marko Lahma
|
bbc5bab0b5
Hide Call method from public API (#1062)
|
3 years ago |
Jither
|
3fa1f8343c
Debugger improvements 4b (#1113)
|
3 years ago |
Marko Lahma
|
6a87e76706
Fix more issues related to built-in objects (#1053)
|
3 years ago |
Marko Lahma
|
ceee6b2ccb
Add Engine.Construct method (#1047)
|
3 years ago |
Marko Lahma
|
c55a5e447b
Refactor internals to support realm concept (#907)
|
4 years ago |
Marko Lahma
|
5f1892cd42
Class support (#816)
|
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
|
5e0b3bb917
Improve engine creation performance (#625)
|
6 years ago |
Marko Lahma
|
3cbb20e1ad
ES6 string functions (#560)
|
6 years ago |
Marko Lahma
|
6353bb42f7
ES6 Map, Set and initial Iterators (#541)
|
7 years ago |
Marko Lahma
|
c6881dc92c
#451 optimize object expressions and type conversions (#521)
|
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
|
b3b282d249
#451 remove IPropertyDescriptor now that we have fast and memory efficient PropertyDescriptor
|
7 years ago |
Marko Lahma
|
e0d2e2f244
Introduce JsString, JsBoolean etc and support efficient string concatenation (#463)
|
7 years ago |
Marko Lahma
|
f5f432951f
Introduce IPropertyDescriptor and specialized descriptors (#461)
|
7 years ago |
Marko Lahma
|
6164795167
Upgrade to latest Esprima, remove redundant casts (#452)
|
7 years ago |
Sebastien Ros
|
bd0d1d742f
Adding Symbol object
|
8 years ago |