Searched refs:FUNCTION_SCOPE (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dscopes.h92 FUNCTION_SCOPE, // the top-level scope for a function enumerator in enum:v8::internal::Scope::Type
191 bool is_function_scope() const { return type_ == FUNCTION_SCOPE; }
H A Dscopes.cc401 case Scope::FUNCTION_SCOPE: return "function";
H A Dparser.cc3700 { Scope::Type type = Scope::FUNCTION_SCOPE;

Completed in 183 milliseconds