Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/cctest/
Dtest-parsing.cc961 " ", "{ let block; }", " more;", i::BLOCK_SCOPE, i::STRICT }, in TEST()
963 " ", "{ let block; }", "; more;", i::BLOCK_SCOPE, i::STRICT }, in TEST()
968 " more;", i::BLOCK_SCOPE, i::STRICT }, in TEST()
986 i::BLOCK_SCOPE, i::STRICT }, in TEST()
988 i::BLOCK_SCOPE, i::STRICT }, in TEST()
992 " more;", i::BLOCK_SCOPE, i::STRICT }, in TEST()
994 i::BLOCK_SCOPE, i::STRICT }, in TEST()
996 " more;", i::BLOCK_SCOPE, i::STRICT }, in TEST()
999 " more;", i::BLOCK_SCOPE, i::STRICT }, in TEST()
1001 i::BLOCK_SCOPE, i::STRICT }, in TEST()
[all …]
/external/chromium_org/v8/src/
Dscopes.h269 bool is_block_scope() const { return scope_type_ == BLOCK_SCOPE; } in is_block_scope()
Dglobals.h651 BLOCK_SCOPE, // The scope introduced by a new block. enumerator
Dscopes.cc232 BLOCK_SCOPE, in DeserializeScopeChain()
780 case BLOCK_SCOPE: return "block"; in Header()
Dparser.cc2032 Scope* block_scope = NewScope(scope_, BLOCK_SCOPE); in ParseScopedBlock()
3108 Scope* for_scope = NewScope(scope_, BLOCK_SCOPE); in ParseForStatement()
3259 inner_scope = NewScope(for_scope, BLOCK_SCOPE); in ParseForStatement()
Dpreparser.h2739 this->NewScope(scope_, BLOCK_SCOPE); in ParseClassLiteral()
Druntime.cc12146 case BLOCK_SCOPE: in Type()