Searched refs:propSuccessor (Results 1 – 2 of 2) sorted by relevance
729 auto propSuccessor = object->GetProperty("successor_"); in ParseChainedTransition() local764 if (propSuccessor->IsObject()) { in ParseChainedTransition()765 …tNext(ParseChainedTransition(Framework::JSRef<Framework::JSObject>::Cast(propSuccessor), context)); in ParseChainedTransition()
718 auto propSuccessor = object->GetProperty("successor_"); in ParseChainedTransition() local780 if (propSuccessor->IsObject()) { in ParseChainedTransition()781 result->SetNext(ParseChainedTransition(JSRef<JSObject>::Cast(propSuccessor), context)); in ParseChainedTransition()