This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
jerryscript
Watch
1
Star
0
Fork
0
You've already forked jerryscript
mirror of
https://github.com/jerryscript-project/jerryscript.git
synced
2025-12-15 16:29:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
jerryscript
/
jerry-core
/
parser
/
regexp
History
Ruben Ayrapetyan
a26c454219
Add
warn_unused_result
attribute to ecma_string_to_utf8_string. Add assertions that specified buffer size is sufficient in places, where return value of ecma_string_to_utf8_string wasn't checked prior to the changes.
...
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan
r.ayrapetyan@samsung.com
2015-08-31 12:59:43 +03:00
..
re-compiler.cpp
Add
warn_unused_result
attribute to ecma_string_to_utf8_string. Add assertions that specified buffer size is sufficient in places, where return value of ecma_string_to_utf8_string wasn't checked prior to the changes.
2015-08-31 12:59:43 +03:00
re-compiler.h
Implement RegExp.prototype.compile()
2015-08-24 10:10:09 +02:00
re-parser.cpp
Fix invalid control escapes during RegExp parsing.
2015-08-12 11:33:15 +02:00
re-parser.h
Use unicode iterators in RegExp engine and implement \d, \D, \w, \W, \s, \S, \x, \u matching in RegExp.
2015-07-24 16:07:25 +02:00