Marko Lahma
|
284411b25a
Support let and const (#722)
|
5 年 前 |
Marko Lahma
|
9e7027abcd
Upgrade to Esprima 1.0.1270 (#712)
|
5 年 前 |
Marko Lahma
|
5dbdb5967c
Use JsValue for property access (#701)
|
5 年 前 |
Marko Lahma
|
2289f9ca31
Enable Symbol and RegExp tests and fix issues (#693)
|
5 年 前 |
Marko Lahma
|
f89886063e
Reflect & Proxy (#681)
|
5 年 前 |
Marko Lahma
|
d87e7a66a0
Catch block doesn't catch error thrown by JSON.parse (#629)
|
6 年 前 |
Sam Lord
|
7b485ec8e0
Latest Esprima beta changes (#595)
|
6 年 前 |
Marko Lahma
|
e63a0222b8
#451 harmonize exception throwing (#515)
|
7 年 前 |
Marko Lahma
|
1cf16df954
Make execution context struct and other performance tweaks (#502)
|
7 年 前 |
Marko Lahma
|
e0d2e2f244
Introduce JsString, JsBoolean etc and support efficient string concatenation (#463)
|
7 年 前 |
Marko Lahma
|
cdb061ba9f
Fix issues with parsing knockout-3.4.0.js and lodash.min.js (#460)
|
7 年 前 |
Marko Lahma
|
b25e243ee8
Reduce string operations memory allocations (#457)
|
7 年 前 |
Marko Lahma
|
98dc732be2
Optimize array access and add ability to hint array size (#455)
|
7 年 前 |
Marko Lahma
|
aaf42cc900
Cache common JsValue allocations (#456)
|
7 年 前 |
Marko Lahma
|
4582830317
cache common int to string conversions
|
7 年 前 |
Sebastien Ros
|
dfc54d3e94
Merge remote-tracking branch 'origin/es6' into dev
|
7 年 前 |
Liangying
|
89c3c99205
Improve JSON.parse and JSON.stringify performance (#358)
|
8 年 前 |
Sebastien Ros
|
0e1e67bb00
Fixing json
|
8 年 前 |
Sebastien Ros
|
94886e260e
wip
|
8 年 前 |
Sebastien Ros
|
1a83e8cc84
#98: Fixing Json array parsing
|
11 年 前 |
Frederic Torres
|
7c6dbace14
JSON parser should handle negative number
|
11 年 前 |
Sebastien Ros
|
2b1221635f
Adding source information in exceptions
|
11 年 前 |
Sebastien Ros
|
a61bbe9d1c
Fixing number parsing in JSonParser
|
11 年 前 |
Sebastien Ros
|
5846a8274e
Some more refactoring of JsonParser
|
11 年 前 |
Sebastien Ros
|
3e528d0f10
Refactoring JSonParser
|
11 年 前 |
Frederic Torres
|
1e1b2f3cee
Finish all JSON Unit tests
|
11 年 前 |
Frederic Torres
|
c99d7624c1
fixed unit tests 15.12.1.1-g2-2 15.12.1.1-g2-4 15.12.1.1-g1-2 15.12.2-2-6.js 15.12.1.1-g4-1
|
11 年 前 |
Frederic Torres
|
be2d75d92b
fixed unit test 15.12.2-2-3
|
11 年 前 |
Frederic Torres
|
3026b3308e
Fixed some JSON.parse error and set exception msg
|
11 年 前 |
Sebastien Ros
|
1227c2992f
Implementing JsValue
|
11 年 前 |