Implement toLowerCase and toUpperCase built-in functions.

Related issue: #323

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg@inf.u-szeged.hu
This commit is contained in:
Zoltan Herczeg
2015-07-14 05:52:12 -07:00
parent bc0ca7be5d
commit 69655f4456
5 changed files with 307 additions and 5 deletions
+1 -1
View File
@@ -753,7 +753,7 @@ lit_code_point_to_utf8 (lit_code_point_t code_point, /**< code point */
buf[3] = LIT_UTF8_EXTRA_BYTE_MARKER | fourth_byte_bits;
return 4;
}
} /* lit_code_unit_to_utf8 */
} /* lit_code_point_to_utf8 */
/**
* Convert surrogate pair to code point