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

  /external/v8/src/runtime/
runtime-scopes.cc 47 bool is_function_declaration, RedeclarationType redeclaration_type,
65 if (is_function_declaration) {
81 DCHECK(is_function_declaration);
110 if (is_function_declaration) {
    [all...]
  /external/v8/src/ast/
scopes.cc 1029 bool is_function_declaration = declaration->IsFunctionDeclaration(); local
    [all...]

Completed in 61 milliseconds