Home
last modified time | relevance | path

Searched refs:parser_parse_function (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-internal.h826 ecma_compiled_code_t *parser_parse_function (parser_context_t *context_p, uint32_t status_flags);
Djs-lexer.c2665 compiled_code_p = parser_parse_function (context_p, extra_status_flags); in lexer_construct_function_object()
2672 compiled_code_p = parser_parse_function (context_p, extra_status_flags); in lexer_construct_function_object()
Djs-parser.c2413 parser_parse_function (parser_context_t *context_p, /**< context */ in parser_parse_function() function
Djs-parser-expr.c640 …ecma_compiled_code_t *compiled_code_p = parser_parse_function (context_p, constructor_status_flags… in parser_parse_class_literal()
Djs-parser-statm.c819 ecma_compiled_code_t *compiled_code_p = parser_parse_function (context_p, status_flags); in parser_parse_function_statement()
/third_party/jerryscript/docs/
D04.INTERNALS.md26 …hen a function appears in the source `parser_parse_source` calls `parser_parse_function` which is …