Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/src/
Dscopes.h92 FUNCTION_SCOPE, // the top-level scope for a function enumerator
191 bool is_function_scope() const { return type_ == FUNCTION_SCOPE; } in is_function_scope()
Dscopes.cc402 case Scope::FUNCTION_SCOPE: return "function"; in Header()
Dparser.cc3664 { Scope::Type type = Scope::FUNCTION_SCOPE; in ParseFunctionLiteral()