Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-parsing.cc831 { " with ({}) ", "{ block; }", " more;", i::WITH_SCOPE, i::CLASSIC_MODE }, in TEST()
832 { " with ({}) ", "{ block; }", "; more;", i::WITH_SCOPE, i::CLASSIC_MODE }, in TEST()
836 " more;", i::WITH_SCOPE, i::CLASSIC_MODE }, in TEST()
837 { " with ({}) ", "statement;", " more;", i::WITH_SCOPE, i::CLASSIC_MODE }, in TEST()
839 " more;", i::WITH_SCOPE, i::CLASSIC_MODE }, in TEST()
842 " more;", i::WITH_SCOPE, i::CLASSIC_MODE }, in TEST()
/external/webkit/Source/WebCore/inspector/
DJavaScriptCallFrame.idl37 const unsigned short WITH_SCOPE = 2;
DInjectedScriptSource.js486 const WITH_SCOPE = 2;
493 scopeTypeNames[WITH_SCOPE] = "with";
/external/v8/src/
Dv8globals.h468 WITH_SCOPE // The scope introduced by with. enumerator
Dscopes.h274 bool is_with_scope() const { return type_ == WITH_SCOPE; } in is_with_scope()
Dscopeinfo.cc193 Type() == WITH_SCOPE || in ContextLength()
Dscopes.cc211 WITH_SCOPE, in DeserializeScopeChain()
726 case WITH_SCOPE: return "with"; in Header()
Dparser.cc2581 Scope* with_scope = NewScope(top_scope_, WITH_SCOPE); in ParseWithStatement()
Druntime.cc11049 case WITH_SCOPE: in Type()
11705 ASSERT(scope_info->Type() == WITH_SCOPE); in CopyNestedScopeContextChain()