Lines Matching defs:flags
1066 int flags() const { return flags_; }
1072 RegExpLiteral(const AstRawString* pattern, int flags, int pos)
1074 flags_(flags),
1128 int flags = AggregateLiteral::kNoFlags;
1129 if (is_shallow()) flags |= AggregateLiteral::kIsShallow;
1130 if (disable_mementos) flags |= AggregateLiteral::kDisableMementos;
1132 flags |= AggregateLiteral::kNeedsInitialAllocationSite;
1133 return flags;
1184 // Populate the depth field and any flags the literal builder has
1306 // Assemble bitfield of flags for the CreateObjectLiteral helper.
1315 // Populate the depth field and flags, returns the depth.
1398 // Assemble bitfield of flags for the CreateArrayLiteral helper.
1405 // Populate the depth field and flags
3050 RegExpLiteral* NewRegExpLiteral(const AstRawString* pattern, int flags,
3052 return zone_->New<RegExpLiteral>(pattern, flags, pos);