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
17036c854e2a2140735c0daca4b96995c8a6b974
jerryscript
/
jerry-core
T
History
SaeHie Park
17036c854e
new jerry_assert_api_available for APIs that need to disable re-enter jerry_api
...
JerryScript-DCO-1.0-Signed-off-by: SaeHie Park
saehie.park@samsung.com
2015-04-30 22:28:21 +03:00
..
ecma
Adding configuration option for disabling ECMA lookup cache.
2015-04-30 18:54:50 +03:00
jrt
Fixing assertion in jrt_set_bit_field_value.
2015-04-03 23:14:23 +03:00
mem
Fixing heap usage limit condition of starting GC.
2015-04-30 18:54:51 +03:00
parser
Fix missing var_decl.
2015-04-30 20:49:25 +03:00
vm
Adding configuration option to execute GC after each opcode.
2015-04-30 18:54:50 +03:00
CMakeLists.txt
Introducing minimal footprint build modifier (mfp).
2015-04-30 18:54:50 +03:00
config.h
Introducing dynamically adjustable heap usage limit, so that GC tries to free heap space, when heap usage reached the limit.
2015-04-30 18:54:51 +03:00
jerry-api.h
Interface jerry_api_eval for performing eval operation.
2015-04-18 21:48:57 +03:00
jerry-extension.h
Supporting return values in functions of plugins.
2015-04-07 12:42:55 +03:00
jerry-extension.inc.h
Supporting build with gcc/g++ version 4.7.
2015-04-30 18:54:50 +03:00
jerry-internal.h
Passing ecma_value_t by value instead of by reference.
2015-04-18 21:46:13 +03:00
jerry.cpp
new jerry_assert_api_available for APIs that need to disable re-enter jerry_api
2015-04-30 22:28:21 +03:00
jerry.h
Renaming --mem-stats-at-exit option to --mem-stats; adding --mem-stats-separate option for dumping memory statistics and resetting memory usage peak values after parse.
2015-04-30 18:54:51 +03:00