Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-scopes.cc19 static Object* ThrowRedeclarationError(Isolate* isolate, Handle<String> name) { in ThrowRedeclarationError() function
43 return ThrowRedeclarationError(isolate, name); in DeclareGlobals()
54 if (is_const) return ThrowRedeclarationError(isolate, name); in DeclareGlobals()
73 return ThrowRedeclarationError(isolate, name); in DeclareGlobals()
237 return ThrowRedeclarationError(isolate, name); in DeclareLookupSlot()
276 return ThrowRedeclarationError(isolate, name); in DeclareLookupSlot()
757 return ThrowRedeclarationError(isolate, name); in FindNameClash()
767 return ThrowRedeclarationError(isolate, name); in FindNameClash()