Searched refs:if_no_elements (Results 1 – 1 of 1) sorted by relevance
12439 Label if_no_elements(this); in CheckPrototypeEnumCache() local12448 GotoIf(IsEmptyFixedArray(object_elements), &if_no_elements); in CheckPrototypeEnumCache()12449 GotoIf(IsEmptySlowElementDictionary(object_elements), &if_no_elements); in CheckPrototypeEnumCache()12454 Branch(WordEqual(object_length, SmiConstant(0)), &if_no_elements, if_slow); in CheckPrototypeEnumCache()12457 BIND(&if_no_elements); in CheckPrototypeEnumCache()