Searched refs:kHasNullPrototype (Results 1 – 5 of 5) sorted by relevance
379 if (has_null_prototype()) flags |= ObjectLiteral::kHasNullPrototype; in ComputeFlags()396 if (has_null_prototype()) flags |= ObjectLiteral::kHasNullPrototype; in EncodeLiteralType()
1348 kHasNullPrototype = 1 << 4, enumerator
377 bool has_null_prototype = (flags & ObjectLiteral::kHasNullPrototype) != 0; in CreateObjectLiteral()
3198 if (flags & ObjectLiteral::kHasNullPrototype) { in FastCloneObjectMap()3234 if (flags & ObjectLiteral::kHasNullPrototype) { in CloneObjectSlowPath()
4762 SmiAnd(flags, SmiConstant(ObjectLiteral::kHasNullPrototype)), in GenerateCloneObjectIC_Slow()