Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c353 bool is_generator_func = parse_opts & ECMA_PARSE_GENERATOR_FUNCTION; in ecma_op_create_dynamic_function() local
355 if (is_generator_func) in ecma_op_create_dynamic_function()
362 if (is_generator_func) in ecma_op_create_dynamic_function()