Marko Lahma
|
d27b17852d
#451 prefer for over foreach when iterating Lists (#483)
|
7 years ago |
Marko Lahma
|
707244db2c
Introduce object pooling (#479)
|
7 years ago |
Marko Lahma
|
e0d2e2f244
Introduce JsString, JsBoolean etc and support efficient string concatenation (#463)
|
7 years ago |
Marko Lahma
|
761a0a469c
#451 optimize DeclarativeEnvironmentRecord (#458)
|
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
|
dfc54d3e94
Merge remote-tracking branch 'origin/es6' into dev
|
7 years ago |
Sébastien Ros
|
4dc78fdbeb
Fixing for-in support on Strings (#372)
|
8 years ago |
Andrey Korolev
|
c4c80a398b
LFixed issue where the line number for exceptions in nested function wasn't correct (#345)
|
8 years ago |
Sebastien Ros
|
0c3ac3d699
Fixing LabelSet support
|
8 years ago |
Sebastien Ros
|
7d3d59f231
Fixing some tests
|
8 years ago |
Sebastien Ros
|
94886e260e
wip
|
8 years ago |
Sébastien Ros
|
4cf1b7428b
Changing JsValue to a class (#324)
|
9 years ago |
Sebastien Ros
|
0612a7a49b
Renaming option's internal properties
|
9 years ago |
unknown
|
142197b455
Add the location in the Completion object when Type is not Normal and on throw new JavaScriptException also set the location
|
10 years ago |
Sebastien Ros
|
3e95f2d81a
Refactoring ObjectInstance to support specialization
|
10 years ago |
Sebastien Ros
|
55b14dcf34
Optimizing property access performance
|
10 years ago |
Paul Vowles
|
f06f1b73b1
Return error location with JavaScriptException.
|
10 years ago |
Sebastien Ros
|
08265d0823
Fixing StrictlyEqual method name
|
11 years ago |
Sebastien Ros
|
0e332ddad8
Adding Options.AllowDebuggerStatement
|
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
|
fea15a9161
Passing the Global Object values tests
|
12 years ago |
Sebastien Ros
|
d9d374ffc9
Fixing default labels for control flow statements
|
12 years ago |
Sebastien Ros
|
7fc62559af
Fixing continue statements
|
12 years ago |
Sebastien Ros
|
d0b574c816
Fixing switch case flow
|
12 years ago |
Sebastien Ros
|
1b1b5ebd7d
Fixing for-in statement
|
12 years ago |
Sebastien Ros
|
cacf831492
Fixing more unit tests
|
12 years ago |