Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-scopes.cc48 bool is_function_declaration, RedeclarationType redeclaration_type, in DeclareGlobal()
/external/v8/src/ast/
Dscopes.cc1115 bool is_function_declaration = declaration->IsFunctionDeclaration(); in DeclareVariable() local