Searched refs:RedeclarationType (Results 1 – 1 of 1) sorted by relevance
29 enum class RedeclarationType { kSyntaxError = 0, kTypeError = 1 }; enum32 RedeclarationType redeclaration_type) { in ThrowRedeclarationError()34 if (redeclaration_type == RedeclarationType::kSyntaxError) { in ThrowRedeclarationError()48 bool is_function_declaration, RedeclarationType redeclaration_type, in DeclareGlobal()60 RedeclarationType::kSyntaxError); in DeclareGlobal()184 is_var, is_function, RedeclarationType::kSyntaxError, feedback_vector, in DeclareGlobals()243 RedeclarationType::kSyntaxError); in DeclareEvalHelper()258 RedeclarationType::kTypeError); in DeclareEvalHelper()264 is_function, RedeclarationType::kTypeError); in DeclareEvalHelper()270 is_function, RedeclarationType::kTypeError); in DeclareEvalHelper()[all …]