Lines Matching defs:declarations
90 // declarations. This includes script, module, eval, varblock, and function
165 // block scoped declarations. In that case it is removed from the scope
224 base::ThreadedList<Declaration>* declarations() { return &decls_; }
296 // Inform the scope that the scope may execute declarations nonlinearly.
392 // Does this scope have the potential to execute declarations non-linearly?
521 // the scope where var declarations will be hoisted to in the implementation.
525 // This is the scope where var declarations will be hoisted to in the
808 // This scope's declarations might not be executed in order (e.g., switch).
819 // True if it holds 'var' declarations.
963 // declarations, i.e. a var declaration that has been hoisted from a nested