Searched refs:HasIllegalRedeclaration (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/
H A Dscopes.cc119 ASSERT(!HasIllegalRedeclaration());
512 if (!HasIllegalRedeclaration()) {
515 ASSERT(HasIllegalRedeclaration());
520 ASSERT(HasIllegalRedeclaration());
H A Dscopes.h207 bool HasIllegalRedeclaration() const { return illegal_redecl_ != NULL; } function in class:v8::internal::Scope
H A Dhydrogen.cc2453 if (scope->HasIllegalRedeclaration()) {
/external/v8/src/arm/
H A Dfull-codegen-arm.cc268 if (scope()->HasIllegalRedeclaration()) {
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc262 if (scope()->HasIllegalRedeclaration()) {
/external/v8/src/mips/
H A Dfull-codegen-mips.cc275 if (scope()->HasIllegalRedeclaration()) {
/external/v8/src/x64/
H A Dfull-codegen-x64.cc275 if (scope()->HasIllegalRedeclaration()) {

Completed in 173 milliseconds