Gökhan Kurt
|
ae5e9d01da
Implement Error stack property (#904)
|
4 years ago |
Marko Lahma
|
170c72c5f1
Fix missing NewTarget handling for basic types (#875)
|
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
|
6dc9d457ef
Implement some missing Object functionality (#713)
|
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
|
6353bb42f7
ES6 Map, Set and initial Iterators (#541)
|
7 years ago |
Marko Lahma
|
b5c4b570ce
Optimize declarative environment record handling for functions (#517)
|
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 |
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 |
Sebastien Ros
|
1227c2992f
Implementing JsValue
|
11 years ago |
Sebastien Ros
|
059c7dbdc2
Fixing Error names
|
11 years ago |
Sebastien Ros
|
1eb6a6f727
Fixing ErrorPrototype inheritance
|
11 years ago |
Sebastien Ros
|
dbd659d7ca
Fixing error objects
|
12 years ago |
Sebastien Ros
|
01ae03bfdf
Splitting configuration in another step
|
12 years ago |
Sebastien Ros
|
c0c320e41c
Refactoring prototype chain construction
|
12 years ago |
Sebastien Ros
|
f5319612ca
Implementing error objects and exceptions management
|
12 years ago |