Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-scopes.cc32 RedeclarationType redeclaration_type) { in ThrowRedeclarationError() argument
34 if (redeclaration_type == RedeclarationType::kSyntaxError) { in ThrowRedeclarationError()
48 bool is_function_declaration, RedeclarationType redeclaration_type, in DeclareGlobal() argument
96 return ThrowRedeclarationError(isolate, name, redeclaration_type); in DeclareGlobal()