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
|
11 years ago |
Sebastien Ros
|
e8a7cbbe7c
Fixing Number.prototype.toFixed length
|
12 years ago |
Sebastien Ros
|
04b62b5614
Implementing Number.prototype.toFixed
|
12 years ago |
Sebastien Ros
|
2697143e6e
Implementing labelled statements
|
12 years ago |
Sebastien Ros
|
de29b7289d
Implementing Array.prototype.indexOf
|
12 years ago |
Sebastien Ros
|
241205132a
Implementing all standard conversions
|
12 years ago |
Sebastien Ros
|
61f9f074e1
Fixing all unit tests for Array.constructor
|
12 years ago |
Sebastien Ros
|
d73582a7d8
Renaming arguments
|
12 years ago |
Sebastien Ros
|
d88dd9569b
Defining properties
|
12 years ago |