Home
last modified time | relevance | path

Searched refs:sloppy_mode_block_scope_function_redefinition (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dscopes.cc1088 bool* was_added, bool* sloppy_mode_block_scope_function_redefinition, in DeclareVariable() argument
1100 sloppy_mode_block_scope_function_redefinition, ok); in DeclareVariable()
1152 *sloppy_mode_block_scope_function_redefinition = *ok; in DeclareVariable()
Dscopes.h211 bool* sloppy_mode_block_scope_function_redefinition,
/third_party/node/deps/v8/src/parsing/
Dparser.cc1823 bool sloppy_mode_block_scope_function_redefinition = false; in Declare() local
1826 &sloppy_mode_block_scope_function_redefinition, &local_ok); in Declare()
1840 } else if (sloppy_mode_block_scope_function_redefinition) { in Declare()