Lines Matching defs:IsNull
59 bool IsNull() const { return type_ == kNullIdentifier; }
201 bool IsNull() const { return TypeField::decode(code_) == kNull; }
377 bool IsNull() const { return is_null_; }
455 bool IsNull() { return code_ == kNullStatement; }
460 DCHECK(!IsNull());
1194 DCHECK_IMPLIES(IsNull(name), class_info->is_anonymous);
1250 bool has_extends = class_info->extends.IsNull();
1496 V8_INLINE static bool IsNull(T subject) {
1497 return subject.IsNull();
1624 parameters->UpdateArityAndFunctionLength(!initializer.IsNull(), is_rest);