Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-scopes.cc28 enum class RedeclarationType { kSyntaxError = 0, kTypeError = 1 }; enum
31 RedeclarationType redeclaration_type) { in ThrowRedeclarationError()
33 if (redeclaration_type == RedeclarationType::kSyntaxError) { in ThrowRedeclarationError()
47 bool is_function_declaration, RedeclarationType redeclaration_type, in DeclareGlobal()
59 RedeclarationType::kSyntaxError); in DeclareGlobal()
179 is_var, is_function, RedeclarationType::kSyntaxError, feedback_vector, in DeclareGlobals()
260 RedeclarationType::kSyntaxError); in DeclareEvalHelper()
274 RedeclarationType::kTypeError); in DeclareEvalHelper()
280 is_function, RedeclarationType::kTypeError); in DeclareEvalHelper()
286 is_function, RedeclarationType::kTypeError); in DeclareEvalHelper()
[all …]