Searched refs:ShouldBanArguments (Results 1 – 3 of 3) sorted by relevance
399 bool ShouldBanArguments(); in NON_EXPORTED_BASE()
1462 bool Scope::ShouldBanArguments() { in ShouldBanArguments() function in v8::internal::Scope
1711 if (impl()->IsArguments(name) && scope()->ShouldBanArguments()) { in ParseAndClassifyIdentifier()