Marko Lahma
|
3cbb20e1ad
ES6 string functions (#560)
|
6 years ago |
Marko Lahma
|
e4055925c6
ES6 array functions (#555)
|
6 years ago |
Marko Lahma
|
dc2ce8ceb7
StringDictionarySlim instead of Dictionary/StructDictionary (#554)
|
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
|
f9e65d3340
Optimize DeclarativeEnvironmentRecord (#518)
|
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
|
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
|
8aef7b02e7
#451 don't translate flags to boolean?, separate *Set properties
|
7 years ago |
Marko Lahma
|
573f1a1515
#451 optimize ArrayInstance
|
7 years ago |
Marko Lahma
|
93bee1d289
#451 optimize evaluation performance
|
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
|
3e95f2d81a
Refactoring ObjectInstance to support specialization
|
10 years ago |
Sebastien Ros
|
55b14dcf34
Optimizing property access performance
|
10 years ago |
Sebastien Ros
|
7a61b8013a
Fixing Error, Object and Object Prototype tests
|
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
|
ce52901d34
Fixing Global member configurability
|
12 years ago |
Sebastien Ros
|
1427db5177
Fixing all unit test for Array.prototype
|
12 years ago |