Initlialize ecma gc state on jerry init
JerryScript-DCO-1.0-Signed-off-by: François Baldassari francois@pebble.com
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
void
|
||||
ecma_init (void)
|
||||
{
|
||||
ecma_gc_init ();
|
||||
ecma_init_builtins ();
|
||||
ecma_lcache_init ();
|
||||
ecma_init_environment ();
|
||||
|
||||
Reference in New Issue
Block a user