Searched refs:jerry_run_simple (Results 1 – 5 of 5) sorted by relevance
/third_party/jerryscript/jerry-core/include/ |
D | jerryscript-core.h | 364 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/ |
D | test-api.c | 337 return jerry_run_simple ((const jerry_char_t *) script_p, script_size, JERRY_INIT_EMPTY); in test_run_simple()
|
/third_party/jerryscript/docs/ |
D | 02.API-REFERENCE.md | 964 ## 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)
|
D | 03.API-EXAMPLE.md | 52 bool ret_value = jerry_run_simple (script, sizeof (script) - 1, JERRY_INIT_EMPTY);
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry.c | 410 jerry_run_simple (const jerry_char_t *script_source_p, /**< script source */ in jerry_run_simple() function
|