Home
last modified time | relevance | path

Searched refs:jerry_run_simple (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h364 bool jerry_run_simple (const jerry_char_t *script_source_p, size_t script_source_size, jerry_init_f…
/third_party/jerryscript/tests/unit-core/
Dtest-api.c337 return jerry_run_simple ((const jerry_char_t *) script_p, script_size, JERRY_INIT_EMPTY); in test_run_simple()
/third_party/jerryscript/docs/
D02.API-REFERENCE.md964 ## jerry_run_simple section in Parser and executor functions
974 jerry_run_simple (const jerry_char_t *script_source_p,
998 jerry_run_simple (script, sizeof (script) - 1, JERRY_INIT_EMPTY);
6920 jerry_run_simple (script, script_size, JERRY_INIT_EMPTY);
6929 - [jerry_run_simple](#jerry_run_simple)
D03.API-EXAMPLE.md52 bool ret_value = jerry_run_simple (script, sizeof (script) - 1, JERRY_INIT_EMPTY);
/third_party/jerryscript/jerry-core/api/
Djerry.c410 jerry_run_simple (const jerry_char_t *script_source_p, /**< script source */ in jerry_run_simple() function