Marko Lahma
|
f89886063e
Reflect & Proxy (#681)
|
5 years ago |
Marko Lahma
|
8adbbbcc1c
Number.toPrecision throws between 26 & 100 (#631)
|
6 years ago |
Marko Lahma
|
5e0b3bb917
Improve engine creation performance (#625)
|
6 years ago |
Marko Lahma
|
1f8d87a4ce
ES6 Number APIs (#574)
|
6 years ago |
Marko Lahma
|
f65d588a7e
ES6 String Literals (#570)
|
6 years ago |
Marko Lahma
|
e4055925c6
ES6 array functions (#555)
|
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
|
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
|
5d408955dc
Reduce virtual calls and optimize JsValue equality checks (#497)
|
7 years ago |
Marko Lahma
|
e0d2e2f244
Introduce JsString, JsBoolean etc and support efficient string concatenation (#463)
|
7 years ago |
Marko Lahma
|
189af9f321
Make ObjectInstance MruPropertyCache2 dictionary lazy (#454)
|
7 years ago |
Marko Lahma
|
4582830317
cache common int to string conversions
|
7 years ago |
Sebastien Ros
|
bd0d1d742f
Adding Symbol object
|
8 years ago |
RhinoDevel
|
458698df5c
Fix bug in number to string conversion. (#369)
|
8 years ago |
Sebastien Ros
|
2c84b391ab
Initialize the arguments object lazily
|
9 years ago |
Sebastien Ros
|
97e10ace08
Optimizing string conversion for integer values
|
9 years ago |
Sebastien Ros
|
0612a7a49b
Renaming option's internal properties
|
9 years ago |
Sebastien Ros
|
ea8b55c6ca
Using local timezone and formats for `toLocale` functions
|
10 years ago |
Sebastien Ros
|
7a19308dee
Fixing toFixed implementation
|
10 years ago |
Daniel Lo Nigro
|
b68cd0649e
Don't cast from long to int when converting base.
|
11 years ago |
Sebastien Ros
|
5f713ad215
Using FastDtoa to serialize numbers
|
11 years ago |
Sebastien Ros
|
ec108f5bdf
Fixing ToNumberString
|
11 years ago |
Sebastien Ros
|
8e5d51745a
Fixing numbers serialization
|
11 years ago |
Sebastien Ros
|
24a479c429
Removing TypeConverter JsValue direct conversions
|
11 years ago |
Sebastien Ros
|
1227c2992f
Implementing JsValue
|
11 years ago |
Sebastien Ros
|
e17adc30ab
Passing more unit tests
|
12 years ago |
Sebastien Ros
|
e8a7cbbe7c
Fixing Number.prototype.toFixed length
|
12 years ago |