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

  /external/chromium_org/v8/src/
scopes.h 143 ASSERT(is_function_scope());
286 bool is_function_scope() const { return scope_type_ == FUNCTION_SCOPE; } function in class:v8::internal::Scope
293 return is_eval_scope() || is_function_scope() ||
335 ASSERT(is_function_scope());
342 ASSERT(is_function_scope());
  /external/v8/src/
scopes.h 133 ASSERT(is_function_scope() && function_ == NULL);
269 bool is_function_scope() const { return type_ == FUNCTION_SCOPE; } function in class:v8::internal::Scope
276 return is_eval_scope() || is_function_scope() || is_global_scope();
318 ASSERT(is_function_scope());
325 ASSERT(is_function_scope());

Completed in 88 milliseconds