Searched refs:if_null_or_undefined (Results 1 – 3 of 3) sorted by relevance
405 Label if_null_or_undefined(this, Label::kDeferred); in TF_BUILTIN() local406 GotoIf(IsNullOrUndefined(receiver), &if_null_or_undefined); in TF_BUILTIN()412 BIND(&if_null_or_undefined); in TF_BUILTIN()
2360 Label* if_null_or_undefined);
8298 Label* if_null_or_undefined) { in GetMethod() argument8301 GotoIf(IsUndefined(method), if_null_or_undefined); in GetMethod()8302 GotoIf(IsNull(method), if_null_or_undefined); in GetMethod()