Searched refs:script_p (Results 1 – 2 of 2) sorted by relevance
23 test_syntax_error (const char *script_p) /**< script */ in test_syntax_error() argument27 (const jerry_char_t *) script_p, in test_syntax_error()28 strlen (script_p), in test_syntax_error()
335 test_run_simple (const char *script_p) /**< source code to run */ in test_run_simple() argument337 size_t script_size = strlen (script_p); in test_run_simple()339 return jerry_run_simple ((const jerry_char_t *) script_p, script_size, JERRY_INIT_EMPTY); in test_run_simple()