Marko Lahma
|
00d91f6ce1
Use Key to refer to properties and cache hash code (#634)
|
6 years ago |
miroslav22
|
8dbd95abdd
Fixed RegExp.toString() throws a NullReferenceException if not called… (#640)
|
6 years ago |
Marko Lahma
|
5e0b3bb917
Improve engine creation performance (#625)
|
6 years ago |
Steffen Liersch
|
a3a8e06006
System.NullReferenceException caused by RegExp.prototype.toString() fixed (#593)
|
6 years ago |
Marko Lahma
|
6353bb42f7
ES6 Map, Set and initial Iterators (#541)
|
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
|
7a6dc642c4
Optimize Array and Completion (#501)
|
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 |
Marko Lahma
|
98dc732be2
Optimize array access and add ability to hint array size (#455)
|
7 years ago |
Marko Lahma
|
4582830317
cache common int to string conversions
|
7 years ago |
Sebastien Ros
|
224eeff863
Fixing RegExp mutable array
|
9 years ago |
Sebastien Ros
|
7a8c6039f8
Fixing regex bug
|
11 years ago |
Sebastien Ros
|
285a7cbc84
Fixing RegExp unit tests
|
11 years ago |
Frederic Torres
|
b9b14a09d4
fix string.replace unit tests suites 15_5_4_10 15_5_4_11
|
11 years ago |
Sebastien Ros
|
936d5eb9fe
Fixing unit tests
|
11 years ago |
Sebastien Ros
|
24a479c429
Removing TypeConverter JsValue direct conversions
|
11 years ago |
Sebastien Ros
|
1227c2992f
Implementing JsValue
|
11 years ago |
Sebastien Ros
|
37bf2f5e2b
Refactoring PropertyDescriptor
|
11 years ago |
Sebastien Ros
|
cc305fbf76
Incremental work of property descriptors
|
11 years ago |
Sebastien Ros
|
e17adc30ab
Passing more unit tests
|
11 years ago |
Sebastien Ros
|
df03017445
Implementing String.prototype
|
12 years ago |
Sebastien Ros
|
2ca56e2b07
Implementing RegExp
|
12 years ago |
Sebastien Ros
|
de29b7289d
Implementing Array.prototype.indexOf
|
12 years ago |