Home
last modified time | relevance | path

Searched refs:jerry_run_simple (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/include/
H A Djerryscript-core.h364 bool jerry_run_simple (const jerry_char_t *script_source_p, size_t script_source_size, jerry_init_flag_t flags);
/third_party/jerryscript/tests/unit-core/
H A Dtest-api.cpp339 return jerry_run_simple ((const jerry_char_t *) script_p, script_size, JERRY_INIT_EMPTY); in test_run_simple()
/third_party/jerryscript/jerry-core/api/
H A Djerry.c410 jerry_run_simple (const jerry_char_t *script_source_p, /**< script source */ in jerry_run_simple() function
436 } /* jerry_run_simple */ in jerry_run_simple()

Completed in 8 milliseconds