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/
H A Dscopes.cc654 // 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 Dscopes.h211 bool* sloppy_mode_block_scope_function_redefinition,
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc1826 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