This website requires JavaScript.
Explore
Help
Sign In
YourWishes
/
jerryscript
Watch
1
Star
0
Fork
0
You've already forked jerryscript
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0cbbddcf4861cb5c986dddfeea9ee3b3bd0cacf8
jerryscript
/
jerry-core
T
History
Sung-Jae Lee
62b3aa8c84
Remove garbage file.
...
JerryScript-DCO-1.0-Signed-off-by: Sung-Jae Lee
sjlee@mail.com
2015-09-09 11:20:46 +03:00
..
ecma
Lazy instantiation of built-in function object's 'length' properties.
2015-09-08 15:19:51 +03:00
jrt
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
lit
Implement the AnnexB Date part
2015-09-02 17:20:50 +02:00
mem
Remove garbage file.
2015-09-09 11:20:46 +03:00
parser
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
rcs
Add core unicode functionality.
2015-06-29 23:27:58 +03:00
vm
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
CMakeLists.txt
Add external libs include path for jerry-core
2015-08-26 14:00:36 +09:00
config.h
Introduce parser-time optimization that replaces a function's local variables with registers.
2015-08-27 17:42:45 +03:00
jerry-api.h
Jerry API for array creation and manipulation
2015-08-11 15:02:56 +09:00
jerry-internal.h
Pass function arguments through ecma-collections.
2015-08-10 19:56:07 +03:00
jerry.cpp
Jerry API for array creation and manipulation
2015-08-11 15:02:56 +09:00
jerry.h
Split opcode and instruction entities and perform related renamings: opcode_t is now vm_instr_t, opcode position is instruction position, etc.
2015-07-28 13:43:43 +03:00