Home
last modified time | relevance | path

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

/third_party/jerryscript/docs/
D04.INTERNALS.md26parser_parse_source` carries out the parsing and compiling of the input ECMAScript source code. Wh…
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c2003 parser_parse_source (const uint8_t *arg_list_p, /**< function argument list */ in parser_parse_source() function
2708 *bytecode_data_p = parser_parse_source (arg_list_p, in parser_parse_script()