Home
last modified time | relevance | path

Searched refs:is_function_declaration (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/runtime/
Druntime-scopes.cc47 bool is_function_declaration, RedeclarationType redeclaration_type, in DeclareGlobal() argument
65 if (is_function_declaration) { in DeclareGlobal()
81 DCHECK(is_function_declaration); in DeclareGlobal()
110 if (is_function_declaration) { in DeclareGlobal()
/external/v8/src/ast/
Dscopes.cc1029 bool is_function_declaration = declaration->IsFunctionDeclaration(); in DeclareVariable() local
1057 if (is_function_declaration) { in DeclareVariable()
1065 if (is_sloppy(language_mode()) && is_function_declaration && in DeclareVariable()