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
55ffb0cdd116d0cc54821a2cbaf95f1ed8263b1e
jerryscript
/
jerry-core
T
History
Andrey Shitov
24e307481e
Optimize block size calculation in functions working with linked list.
...
JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov
a.shitov@samsung.com
2015-08-05 14:29:51 +03:00
..
ecma
Make the string trim method unicode tolerant.
2015-08-04 17:09:45 +02:00
jrt
Support syntax error feedback in parser.
2015-06-19 17:05:15 +03:00
lit
Remove 'print' instrinsic, add 'print' implementation-defined built-in routine to the Global object.
2015-07-31 17:57:59 +03:00
mem
Add JERRY_DISABLE_HEAVY_DEBUG region to mem_heap_get_chunked_block_start.
2015-07-08 11:51:27 +03:00
parser
Optimize block size calculation in functions working with linked list.
2015-08-05 14:29:51 +03:00
rcs
Add core unicode functionality.
2015-06-29 23:27:58 +03:00
vm
Support up to 65535 items in object / array literals.
2015-08-03 15:54:53 +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
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
jerry-api.h
Add core unicode functionality.
2015-06-29 23:27:58 +03:00
jerry-internal.h
Make exit behaviour of
jerry_fatal
flag-dependent
2015-06-03 17:09:51 +02:00
jerry.cpp
Change jerry_api_string_to_char_buffer so it doesn't add '\0' to the end of output buffer.
2015-07-28 15:54:55 +03: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