Searched refs:script_source_p (Results 1 – 3 of 3) sorted by relevance
364 bool jerry_run_simple (const jerry_char_t *script_source_p, size_t script_source_size, jerry_init_f…
410 jerry_run_simple (const jerry_char_t *script_source_p, /**< script source */ in jerry_run_simple() argument418 …jerry_value_t parse_ret_val = jerry_parse (NULL, 0, script_source_p, script_source_size, JERRY_PAR… in jerry_run_simple()
974 jerry_run_simple (const jerry_char_t *script_source_p,979 - `script_source_p` - source code, it must be a valid utf8 string.