Lines Matching defs:nullptr

251       : scope_(nullptr),
252 original_scope_(nullptr),
253 function_state_(nullptr),
263 expression_scope_(nullptr),
376 own_labels == nullptr);
406 for (const Target* t = target_stack(); t != nullptr; t = t->previous()) {
419 for (const Target* t = target_stack(); t != nullptr; t = t->previous()) {
518 Target* target_stack_ = nullptr; // for break, continue statements
570 variable(nullptr),
571 scope(nullptr) {}
608 static_elements_scope(nullptr),
609 instance_members_scope(nullptr),
630 Variable* home_object_variable = nullptr;
631 Variable* static_home_object_variable = nullptr;
638 AccumulationScope* accumulation_scope = nullptr)
700 if (*labels == nullptr) {
707 if (*own_labels == nullptr) {
719 if (labels != nullptr) {
728 for (const Target* t = target_stack(); t != nullptr; t = t->previous()) {
817 Zone* parse_zone = nullptr) const {
819 if (parse_zone == nullptr) parse_zone = zone();
953 const char* fullname = nullptr, int pos = -1) {
959 const char* full = fullname == nullptr
1295 if (decl != nullptr) {
1503 return expression_scope_ != nullptr &&
1539 parser_->expression_scope_ = nullptr;
1558 Scope* object_literal_scope_ = nullptr;
1596 DeclarationScope* scope = nullptr;
1598 bool HasInitialState() const { return scope == nullptr; }
1601 scope = nullptr;
2444 language_mode(), nullptr);
2482 language_mode(), nullptr);
2517 if (initializer_scope == nullptr) {
2556 if (initializer_scope == nullptr) {
2570 BlockT static_block = ParseBlock(nullptr, NewVarblockScope());
2681 if (object_literal_scope_ != nullptr) {
2691 language_mode(), nullptr);
2718 if (object_literal_scope_ != nullptr) {
2729 language_mode(), nullptr);
2804 Variable* home_object = nullptr;
3665 language_mode(), nullptr);
4132 return ParseHoistableDeclaration(pos, flags, nullptr, false);
4201 FunctionSyntaxKind::kDeclaration, language_mode(), nullptr);
4401 if (inner_scope->FinalizeBlockScope() != nullptr) {
4410 if (conflict != nullptr) {
4536 ProducedPreparseData* produced_preparse_data = nullptr;
4566 nullptr, kind, FunctionSyntaxKind::kAnonymousExpression,
4711 BlockState object_literal_scope_state(&object_literal_scope_, nullptr);
4794 if (class_info.instance_members_scope != nullptr) {
4802 if (unresolvable != nullptr) {
4892 kind, pos, syntax_kind, language_mode(), nullptr);
5068 if (scope != nullptr) scope->ValidateExpression();
5191 return ParseHoistableDeclaration(nullptr, false);
5194 return ParseClassDeclaration(nullptr, false);
5197 return ParseVariableStatement(kStatementListItem, nullptr);
5200 return ParseVariableStatement(kStatementListItem, nullptr);
5207 return ParseAsyncFunctionDeclaration(nullptr, false);
5213 return ParseStatement(nullptr, nullptr, kAllowLabelledFunctionStatement);
5239 DCHECK_IMPLIES(labels == nullptr, own_labels == nullptr);
5278 if (labels == nullptr) return ParseTryStatement();
5281 Target target(this, result, labels, nullptr,
5306 return ParseVariableStatement(kStatement, nullptr);
5330 BlockT body = factory()->NewBlock(false, labels != nullptr);
5338 Target target(this, body, labels, nullptr, Target::TARGET_FOR_NAMED_ONLY);
5372 return ParseStatement(labels, nullptr);
5535 labels == nullptr
5701 body = ParseStatement(labels, nullptr);
5726 body = ParseStatement(nullptr, nullptr);
5766 body = ParseStatement(nullptr, nullptr);
5816 Target target(this, switch_statement, labels, nullptr,
5857 if (switch_scope != nullptr) {
5880 BlockT try_block = ParseBlock(nullptr);
5924 impl(), VariableMode::kLet, nullptr);
5940 BlockT inner_block = ParseBlock(nullptr);
5946 if (inner_scope != nullptr) {
5947 const AstRawString* conflict = nullptr;
5955 if (conflict != nullptr) {
5969 catch_block = ParseBlock(nullptr);
5980 finally_block = ParseBlock(nullptr);
6185 body = ParseStatement(nullptr, nullptr);
6239 body = ParseStatement(nullptr, nullptr);
6282 if (for_scope != nullptr) {
6329 *body = ParseStatement(nullptr, nullptr);
6444 body = ParseStatement(nullptr, nullptr);