Home | History | Annotate | Download | only in builtins

Lines Matching refs:if_isnotundefined

2032     Label if_isundefined(this, Label::kDeferred), if_isnotundefined(this);
2033 Branch(IsUndefined(length), &if_isundefined, &if_isnotundefined);
2039 BIND(&if_isnotundefined);