Searched refs:sloppy_mode_block_scope_function_redefinition (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/ast/ |
H A D | scopes.cc | 654 // sloppy_mode_block_scope_function_redefinition. in HoistSloppyBlockFunctions() 1088 bool* was_added, bool* sloppy_mode_block_scope_function_redefinition, in DeclareVariable() 1100 sloppy_mode_block_scope_function_redefinition, ok); in DeclareVariable() 1152 *sloppy_mode_block_scope_function_redefinition = *ok; in DeclareVariable() 1085 DeclareVariable( Declaration* declaration, const AstRawString* name, int pos, VariableMode mode, VariableKind kind, InitializationFlag init, bool* was_added, bool* sloppy_mode_block_scope_function_redefinition, bool* ok) DeclareVariable() argument
|
H A D | scopes.h | 211 bool* sloppy_mode_block_scope_function_redefinition,
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.cc | 1826 bool sloppy_mode_block_scope_function_redefinition = false; in Declare() local 1829 &sloppy_mode_block_scope_function_redefinition, &local_ok); in Declare() 1843 } else if (sloppy_mode_block_scope_function_redefinition) { in Declare()
|
Completed in 22 milliseconds