Home
last modified time | relevance | path

Searched refs:script_p (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-unicode.cpp23 test_syntax_error (const char *script_p) /**< script */ in test_syntax_error() argument
27 (const jerry_char_t *) script_p, in test_syntax_error()
28 strlen (script_p), in test_syntax_error()
Dtest-api.cpp335 test_run_simple (const char *script_p) /**< source code to run */ in test_run_simple() argument
337 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()