Andrey Shitov
|
656908ecaf
|
Optimize lit_char_is_unicode_letter.
JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov a.shitov@samsung.com
|
2015-07-28 14:48:45 +03:00 |
|
Zoltan Herczeg
|
bcedc901cd
|
Add \u parse support for the JSON object. Buffer overrun issues were fixed as well.
JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg@inf.u-szeged.hu
|
2015-07-20 01:09:13 -07:00 |
|
Zoltan Herczeg
|
69655f4456
|
Implement toLowerCase and toUpperCase built-in functions.
Related issue: #323
JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg@inf.u-szeged.hu
|
2015-07-14 07:01:47 -07:00 |
|
Ruben Ayrapetyan
|
afe58e90ae
|
Add lit_char_is_octal_digit, lit_char_is_decimal_digit, lit_char_is_hex_digit helpers.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
|
2015-07-08 15:17:41 +03:00 |
|
Ruben Ayrapetyan
|
2a78d24fce
|
Add preprocessor definitions for various character codes, referenced in ECMA-262, and helpers for checking if a character falls into a ECMA-defined character category; remove lit_char_is_carriage_return and lit_char_is_new_line helpers.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
|
2015-07-02 17:38:32 +03:00 |
|
Ruben Ayrapetyan
|
c37964f7a9
|
Move helpers from ecma-helpers-char.cpp to lit-char-helpers.cpp, rename them correspondingly.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
|
2015-07-02 17:36:48 +03:00 |
|