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

  /external/v8/src/
preparser.h 667 friend class PreParserScope;
    [all...]
preparser.cc 125 PreParserScope top_scope(scope_, GLOBAL_SCOPE);
129 PreParserScope function_scope(scope_, FUNCTION_SCOPE);
614 PreParserScope with_scope(scope_, WITH_SCOPE);
788 PreParserScope with_scope(scope_, WITH_SCOPE);
833 PreParserScope function_scope(scope_, FUNCTION_SCOPE);

Completed in 29 milliseconds