Searched refs:SCANNER_CREATE_VARS_IS_FUNCTION_BODY (Results 1 – 3 of 3) sorted by relevance
237 SCANNER_CREATE_VARS_IS_FUNCTION_BODY = (1 << 2), /**< create variables for function body */ enumerator
1993 || !(option_flags & SCANNER_CREATE_VARS_IS_FUNCTION_BODY)); in scanner_create_variables()1995 …| !(option_flags & (SCANNER_CREATE_VARS_IS_FUNCTION_ARGS | SCANNER_CREATE_VARS_IS_FUNCTION_BODY))); in scanner_create_variables()1997 if (info_type == SCANNER_TYPE_FUNCTION && !(option_flags & SCANNER_CREATE_VARS_IS_FUNCTION_BODY)) in scanner_create_variables()2032 …JERRY_ASSERT ((option_flags & (SCANNER_CREATE_VARS_IS_FUNCTION_BODY | SCANNER_CREATE_VARS_IS_FUNCT… in scanner_create_variables()2045 if (option_flags & SCANNER_CREATE_VARS_IS_FUNCTION_BODY) in scanner_create_variables()2092 if (option_flags & SCANNER_CREATE_VARS_IS_FUNCTION_BODY) in scanner_create_variables()2130 …f (SCANNER_STREAM_TYPE_IS_ARG_FUNC (type) && (option_flags & SCANNER_CREATE_VARS_IS_FUNCTION_BODY)) in scanner_create_variables()2413 && !(option_flags & SCANNER_CREATE_VARS_IS_FUNCTION_BODY) in scanner_create_variables()
1987 scanner_create_variables (context_p, SCANNER_CREATE_VARS_IS_FUNCTION_BODY); in parser_parse_function_arguments()