Searched refs:TaggedIsNotHole (Results 1 – 7 of 7) sorted by relevance
608 inline GateRef StubBuilder::TaggedIsNotHole(GateRef x) in TaggedIsNotHole() function610 return env_->GetBuilder()->TaggedIsNotHole(x); in TaggedIsNotHole()2321 return TaggedIsNotHole(exception); in HasPendingException()
633 GateRef valueIsNotHole = builder_.TaggedIsNotHole(value); in LowerLexVarIsHoleCheck()
203 GateRef TaggedIsNotHole(GateRef x);
462 inline GateRef TaggedIsNotHole(GateRef x);
351 GateRef CircuitBuilder::TaggedIsNotHole(GateRef x) in TaggedIsNotHole() function
1368 return TaggedIsNotHole(exception); in HasPendingException()
2252 Branch(TaggedIsNotHole(value), ¬Hole, &isHole); in GetPropertyByIndex()5062 Branch(TaggedIsNotHole(exception), &hasPendingException, &exit); in ReturnExceptionIfAbruptCompletion()