Initial version of Embedded API.

This commit is contained in:
Ruben Ayrapetyan
2015-02-11 16:12:21 +03:00
parent ccc0453f34
commit 35fa39ceb8
6 changed files with 185 additions and 37 deletions
+1 -2
View File
@@ -39,7 +39,6 @@ main (void)
set_sys_tick_counter ((uint32_t) - 1);
start = get_sys_tick_counter ();
jerry_run (source_p,
source_size, false, false, false);
jerry_run_simple (source_p, source_size, JERRY_FLAG_EMPTY);
finish_parse_ms = (start - get_sys_tick_counter ()) / 1000;
}