Marko Lahma
|
583aabbf05
Fix some class handling issues (#1346)
|
2 years ago |
Marko Lahma
|
d602f32b7f
Reduce Engine references in expressions (#1293)
|
2 years ago |
Marko Lahma
|
fbd5293b9e
Remove ExpressionResult (#1292)
|
2 years ago |
Marko Lahma
|
704a016ce4
Reduce memory allocations in function calls (#1282)
|
2 years ago |
Marko Lahma
|
389629c2f0
More tweaks to reduce call stack size (#1277)
|
3 years ago |
Marko Lahma
|
3020dff7ac
Improve recursion performance v1 (#1269)
|
3 years ago |
Marko Lahma
|
97e481fc4e
Enable nullable reference types by default (#1237)
|
3 years ago |
Marko Lahma
|
79fbf108a5
Fix optional member call (#1233)
|
3 years ago |
Marko Lahma
|
3bc93cf385
Bring function construction closer to the spec (#1170)
|
3 years ago |
Ayende Rahien
|
ff6765bf1a
Allowing to use nullable propagation on callables again. Fixed #1041 (#1042)
|
3 years ago |
Marko Lahma
|
bf140bff22
Introduce EvaluationContext for statement and expression evaluation (#979)
|
3 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 |
Jither
|
546f1e8960
Debugger improvements 3 (#852)
|
4 years ago |
Marko Lahma
|
89ac4fbbc2
Implement flat and flatMap (#834)
|
4 years ago |
Marko Lahma
|
5f1892cd42
Class support (#816)
|
4 years ago |
Marko Lahma
|
de3739bd3d
Stack traces for JS exceptions (#821)
|
4 years ago |
Jither
|
3ffb2dcc32
Debugger improvements #2 (#810)
|
4 years ago |
Marko Lahma
|
5c8a57e770
Create DefaultReferenceResolver (#752)
|
5 years ago |
Marko Lahma
|
56ca37b78c
Optimize global identifier access a bit and reduce allocations (#741)
|
5 years ago |
Marko Lahma
|
284411b25a
Support let and const (#722)
|
5 years ago |
Marko Lahma
|
6dc9d457ef
Implement some missing Object functionality (#713)
|
5 years ago |
Sébastien Ros
|
e43290d7e9
Fix possible NRE in CallStackElement construction (#708)
|
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
|
34643444a6
Separate InternalTypes to allow integer operation optimizations (#672)
|
5 years ago |
Marko Lahma
|
dc884808d7
don't use Esprima's AST to cache call expression data (#668)
|
5 years ago |
Marko Lahma
|
00d91f6ce1
Use Key to refer to properties and cache hash code (#634)
|
6 years ago |
Marko Lahma
|
33ffc9912b
Empty error message when trying to call an object like a function (#581)
|
6 years ago |
Marko Lahma
|
2eddfd8d5a
Spread, rest and default (#563)
|
6 years ago |