Searched refs:IsDeclared (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.h399 bool IsDeclared(const AstRawString* name) { function in class:v8::internal::Scope
H A Dpreparser.h959 bool IsDeclared(const PreParserIdentifier& identifier) const { return false; } function in class:v8::internal::PreParserScope
H A Dparser.cc3396 if (scope->IsDeclared(raw_name)) {
3561 if (!dupe_error_loc.IsValid() && scope_->IsDeclared(param_name)) {

Completed in 984 milliseconds