Home | History | Annotate | Download | only in parsing

Lines Matching defs:Declare

1465     Declare(declaration, DeclarationDescriptor::NORMAL, true, CHECK_OK);
1513 Declare(import_default_declaration, DeclarationDescriptor::NORMAL, true,
1944 Variable* Parser::Declare(Declaration* declaration,
1958 // If a suitable scope exists, then we can statically declare this
1965 // declarations to the caller's scope so we declare all locals, too.
1973 // Declare the variable in the declaration scope.
1976 // Declare the name.
2010 // Declare functions. The function CheckConflictingVarDeclarations
2133 Declare(declaration, DeclarationDescriptor::NORMAL, true, CHECK_OK);
2213 Declare(declaration, DeclarationDescriptor::NORMAL, true, CHECK_OK);
2225 scope_->DeclarationScope()->sloppy_block_function_map()->Declare(name,
2260 Declare(declaration, DeclarationDescriptor::NORMAL, true, CHECK_OK);
2481 // Immediately declare the variable otherwise. This avoids O(N^2)
3410 Declare(declaration, DeclarationDescriptor::NORMAL, true, CHECK_OK);
3737 Variable* tdz_var = Declare(
4350 // function, since the function can declare itself strict.
4923 Declare(declaration, DeclarationDescriptor::NORMAL, true, CHECK_OK);
5127 // Declare a var-style binding for the function in the outer scope
5131 Declare(declaration, DeclarationDescriptor::NORMAL, true, ok, scope);