Home
last modified time | relevance | path

Searched refs:path_str_p (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/targets/nuttx-stm32f4/
Djerry_main.c186 char *path_str_p = NULL; in print_unhandled_exception() local
201 path_str_p = (char *) current_p; in print_unhandled_exception()
229 const jerry_char_t *source_p = read_file (path_str_p, &source_size); in print_unhandled_exception()
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-module.c305 ecma_string_t *path_str_p = ecma_get_string_from_value (JERRY_CONTEXT (resource_name)); in parser_module_context_init() local
310 const lit_utf8_byte_t *path_str_chars_p = ecma_string_get_chars (path_str_p, in parser_module_context_init()
321 ecma_ref_ecma_string (path_str_p); in parser_module_context_init()
322 path_p = path_str_p; in parser_module_context_init()
/third_party/jerryscript/jerry-main/
Dmain-unix.c170 char *path_str_p = NULL; in print_unhandled_exception() local
185 path_str_p = (char *) current_p; in print_unhandled_exception()
214 read_file (path_str_p, &source_size); in print_unhandled_exception()