HomeSort by relevance Sort by last modified time
    Searched defs:NewScope (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
symbols.h 101 #define NewScope() NewScopeInPool(CurrentScope->pool)
  /external/v8/src/
parser.cc 410 Scope* Parser::NewScope(Scope* parent, ScopeType type) {
605 { Scope* scope = NewScope(top_scope_, GLOBAL_SCOPE);
613 scope = NewScope(scope, EVAL_SCOPE);
707 Scope* scope = NewScope(top_scope_, GLOBAL_SCOPE);
    [all...]

Completed in 48 milliseconds