Searched refs:prototype_elements (Results 1 – 1 of 1) sorted by relevance
5047 TNode<FixedArrayBase> prototype_elements = LoadElements(CAST(prototype)); in BranchIfPrototypesHaveNoElements() local5049 GotoIf(TaggedEqual(prototype_elements, empty_fixed_array), &loop_body); in BranchIfPrototypesHaveNoElements()5050 Branch(TaggedEqual(prototype_elements, empty_slow_element_dictionary), in BranchIfPrototypesHaveNoElements()