Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-scopes.cc31 RedeclarationType redeclaration_type) { in ThrowRedeclarationError() argument
33 if (redeclaration_type == RedeclarationType::kSyntaxError) { in ThrowRedeclarationError()
47 bool is_function_declaration, RedeclarationType redeclaration_type, in DeclareGlobal() argument
95 return ThrowRedeclarationError(isolate, name, redeclaration_type); in DeclareGlobal()