escargot/test/es2015
Hyukwoo Park ac5c7790b8 Enable Proxy and Reflect with internal TC (#88)
* enable proxy and reflect features in default
* add internal TC
* vendortest is updated to avoid stack overflow error in v8 TC

Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
2019-02-14 11:28:08 +09:00
..
assert.js Enable Proxy and Reflect with internal TC (#88) 2019-02-14 11:28:08 +09:00
proxy-apply.js Enable Proxy and Reflect with internal TC (#88) 2019-02-14 11:28:08 +09:00
proxy-construct.js Enable Proxy and Reflect with internal TC (#88) 2019-02-14 11:28:08 +09:00
proxy-defineProperty.js Enable Proxy and Reflect with internal TC (#88) 2019-02-14 11:28:08 +09:00
proxy-deleteProperty.js Enable Proxy and Reflect with internal TC (#88) 2019-02-14 11:28:08 +09:00
proxy-get.js Enable Proxy and Reflect with internal TC (#88) 2019-02-14 11:28:08 +09:00
proxy-getOwnPropertyDescriptor.js Enable Proxy and Reflect with internal TC (#88) 2019-02-14 11:28:08 +09:00
proxy-getPrototypeOf.js Enable Proxy and Reflect with internal TC (#88) 2019-02-14 11:28:08 +09:00
proxy-has.js Enable Proxy and Reflect with internal TC (#88) 2019-02-14 11:28:08 +09:00
proxy-isExtensible.js Enable Proxy and Reflect with internal TC (#88) 2019-02-14 11:28:08 +09:00
proxy-preventExtensions.js Enable Proxy and Reflect with internal TC (#88) 2019-02-14 11:28:08 +09:00
proxy-set.js Enable Proxy and Reflect with internal TC (#88) 2019-02-14 11:28:08 +09:00
proxy-setPrototypeOf.js Enable Proxy and Reflect with internal TC (#88) 2019-02-14 11:28:08 +09:00