Commit graph

9 commits

Author SHA1 Message Date
Junyoung Cho
ac9b7b10f5 rename:
ObjectPropertyDescriptor->ObjectStructurePropertyDescriptor
ObjectPropertyDescriptorForDefineProperty->ObjectPropertyDescriptor
2016-12-19 20:52:18 +09:00
seonghyun kim
61eb45b0c7 1. optimize String buffer acquire functions
2. implment String.prototype.toLowerCase, toUpperCase
3. implment Array.prototype.sort
4. fix codeBlock bugs

Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
2016-12-15 11:37:25 +09:00
seonghyun kim
c22735e9b3 implement String.prototype.match, parseInt
Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
2016-12-14 18:55:05 +09:00
seonghyun kim
64a56ae946 1. re-implement Object::defineOwnProperty
2. implement String.prototype.match, replace

Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
2016-12-14 16:17:11 +09:00
Junyoung Cho
2e20b9d9ea Implement Math.random, floor, ceil, log.
Remove argc guard in RegExp builtin functions.
Support only parsing for ES6 Sticky, Unicode option.
2016-12-14 14:54:57 +09:00
Junyoung Cho
5413d914fc Implement RegExp.prototype.test. Modify isASCIIString->hasASCIIContent in checking ASCII Contents 2016-12-14 13:14:52 +09:00
seonghyun kim
eb18661b6e 1. implement for (var i in ...)
2. implement parse RegExp in script

Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
2016-12-14 10:51:11 +09:00
Junyoung Cho
f5dedf5c66 Apply make tidy 2016-12-13 19:13:33 +09:00
Junyoung Cho
1e0c0aff4c Support RegExp Object and inner method
* Updated third_party/yarr to diet ver.
2016-12-13 19:10:05 +09:00