mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
The file was named jerry-entry.c and not even built. Rename for clarity, and add jerry_port_fatal(), jerry_port_get_current_time(), jerry_port_get_time_zone() functions. User-visible result is that if Date builtin is enabled (e.g. if building "full" config, its Date.now() method can be used to measure relative time difference, e.g. for benchmarking). JerryScript-DCO-1.0-Signed-off-by: Paul Sokolovsky paul.sokolovsky@linaro.org