Lines Matching defs:nullptr
56 DCHECK(scope->NeedsContext() || outer_ == nullptr);
88 // is a function local execution context, otherwise returns nullptr.
91 return nullptr;
136 PerformCommand(CMD_RETURN, nullptr, source_position);
139 PerformCommand(CMD_ASYNC_RETURN, nullptr, source_position);
204 deferred_.push_back({CMD_RETHROW, nullptr, kRethrowToken});
210 Statement* statement; // The target statement for the command or {nullptr}.
244 RecordCommand(CMD_RETHROW, nullptr);
326 return_token_ = GetNewTokenForCommand(CMD_RETURN, nullptr);
333 async_return_token_ = GetNewTokenForCommand(CMD_ASYNC_RETURN, nullptr);
527 if (generator_->block_coverage_builder_ == nullptr) return;
535 if (generator_->block_coverage_builder_ == nullptr) {
556 } while (current != nullptr);
861 if (scope != nullptr) {
893 if (condition && scope_ != nullptr && !is_in_scope_) {
1066 parent_loop_scope_ ? parent_loop_scope_->loop_builder_ : nullptr);
1079 Accessors() : getter(nullptr), setter(nullptr) {}
1101 if (it->second == nullptr) {
1152 block_coverage_builder_(nullptr),
1159 execution_control_(nullptr),
1160 execution_context_(nullptr),
1161 execution_result_(nullptr),
1163 optional_chaining_null_labels_(nullptr),
1165 generator_jump_table_(nullptr),
1168 current_loop_scope_(nullptr),
1520 if (stmt->scope() != nullptr && stmt->scope()->NeedsContext()) {
1532 if (stmt->scope() != nullptr) {
1622 eager_inner_literals_ != nullptr && decl->fun()->ShouldEagerCompile(),
1995 BytecodeJumpTable* jump_table = nullptr;
2144 stmt_for_coverage == nullptr ? nullptr : block_coverage_builder_,
2178 stmt_for_coverage == nullptr ? nullptr : block_coverage_builder_,
2290 if (stmt->init() != nullptr) {
2310 if (stmt->next() != nullptr) {
2571 if (expr->scope()->brand() != nullptr) {
2574 expr->scope()->class_variable() != nullptr
2709 if (home_object_variable != nullptr) {
2716 if (static_home_object_variable != nullptr) {
2726 if (class_variable != nullptr && class_variable->is_used()) {
2744 Variable* var = getter != nullptr ? getter->private_name_var()
2750 if (expr->instance_members_initializer_function() != nullptr) {
2761 if (expr->static_initializer() != nullptr) {
3048 if (home_object != nullptr) {
3053 this, home_object ? home_object->scope() : nullptr);
3236 nullptr) {
3299 if (home_object != nullptr) {
3325 LoopBuilder loop_builder(builder(), nullptr, nullptr);
3388 ArrayLiteralBoilerplateBuilder* array_literal_builder = nullptr;
3389 if (expr != nullptr) {
3408 DCHECK(array_literal_builder != nullptr);
3886 Register(), nullptr, nullptr);
3893 return AssignmentLhsData(NAMED_PROPERTY, nullptr, RegisterList(), object,
3900 return AssignmentLhsData(KEYED_PROPERTY, nullptr, RegisterList(), object, key,
3901 nullptr, nullptr);
3907 return AssignmentLhsData(NAMED_SUPER_PROPERTY, nullptr, super_property_args,
3908 Register(), Register(), nullptr, nullptr);
3914 return AssignmentLhsData(type, property, RegisterList(), object, key, nullptr,
3915 nullptr);
3921 return AssignmentLhsData(KEYED_SUPER_PROPERTY, nullptr, super_property_args,
3922 Register(), Register(), nullptr, nullptr);
4096 Expression* default_value = nullptr;
4168 Spread* spread = nullptr;
4388 const AstRawString* value_name = nullptr;
4856 LoopBuilder loop_builder(builder(), nullptr, nullptr);
5163 if (scope->class_variable() == nullptr) {
5224 if (scope->class_variable() == nullptr) {
5511 BuildCreateArrayLiteral(expr->arguments(), nullptr);
5615 BuildCreateArrayLiteral(args, nullptr);
5729 BuildCreateArrayLiteral(expr->arguments(), nullptr);
6911 if (property == nullptr) {
6919 if (variable == nullptr) return;
6930 if (rest == nullptr) return;
6940 if (variable == nullptr) return;
6948 if (variable == nullptr) return;
7017 return (block_coverage_builder_ == nullptr)
7024 return (block_coverage_builder_ == nullptr)
7032 if (block_coverage_builder_ == nullptr) return;
7038 if (block_coverage_builder_ != nullptr) {
7052 if (expr == nullptr) {