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
0938211f638764d2cfe7afc9aed97495d91d656e
jerryscript
/
jerry-core
T
History
Andrey Shitov
0938211f63
Fix parsing of comments which contain zero character.
...
JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov
a.shitov@samsung.com
2015-08-19 14:34:31 +03:00
..
ecma
Fix assertion 'mem_pools == NULL' fail in JSON.stringify
2015-08-19 08:32:25 +02:00
jrt
Support syntax error feedback in parser.
2015-06-19 17:05:15 +03:00
lit
Optimize lit_get_magic_string_utf8.
2015-08-05 16:22:04 +03:00
mem
Switch heap GC start limit check to consider number of allocated heap chunks instead of bytes.
2015-08-17 20:33:41 +03:00
parser
Fix parsing of comments which contain zero character.
2015-08-19 14:34:31 +03:00
rcs
Add core unicode functionality.
2015-06-29 23:27:58 +03:00
vm
Remove preparser lexer pass and pass for searching of "eval" and "arguments" literals.
2015-08-19 14:16:04 +03:00
CMakeLists.txt
Turn off Date and RegExp built-in objects in compact profile.
2015-07-16 20:24:10 +03:00
config.h
Introduce GC start heuristics on low-severity try-give-memory-back requests.
2015-08-17 20:10:26 +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