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
b496e68d27f1aa739b77ecbf1673ac35a0dceb50
jerryscript
/
jerry-core
T
History
Andrey Shitov
b496e68d27
Fix missing var_decl.
...
JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov
a.shitov@samsung.com
2015-04-30 20:49:25 +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
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
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