Searched refs:max_properties (Results 1 – 1 of 1) sorted by relevance
5796 int* max_properties) { in IsFastLiteral() argument5802 DCHECK(max_depth >= 0 && *max_properties >= 0); in IsFastLiteral()5813 if ((*max_properties)-- == 0) return false; in IsFastLiteral()5819 max_properties)) { in IsFastLiteral()5839 if ((*max_properties)-- == 0) return false; in IsFastLiteral()5848 max_properties)) { in IsFastLiteral()5867 int max_properties = kMaxFastLiteralProperties; in VisitObjectLiteral() local5880 IsFastLiteral(boilerplate, kMaxFastLiteralDepth, &max_properties)) { in VisitObjectLiteral()6038 int max_properties = kMaxFastLiteralProperties; in VisitArrayLiteral() local6041 &max_properties)) { in VisitArrayLiteral()