Home | History | Annotate | Download | only in src

Lines Matching defs:transitions

32 #include "transitions.h"
283 // Property callbacks does not include transitions to callbacks.
322 // Is the result is a property excluding transitions and the null descriptor?
377 TransitionArray* transitions = map->transitions();
378 return transitions->GetTarget(number_);
387 TransitionArray* transitions = map->transitions();
388 return transitions->GetTargetDetails(number_);
410 return map->transitions()->GetTarget(number_);