Searched defs:is_function_scope (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.h121 DCHECK(is_function_scope());
265 bool is_function_scope() const { return scope_type_ == FUNCTION_SCOPE; } function in class:v8::internal::Scope
272 return is_eval_scope() || is_function_scope() ||
310 DCHECK(is_function_scope());
317 DCHECK(is_function_scope());

Completed in 29 milliseconds