Searched refs:TaggedObjectIsString (Results 1 – 5 of 5) sorted by relevance
831 GateRef CircuitBuilder::TaggedObjectIsString(GateRef obj) in TaggedObjectIsString() function841 return BoolAnd(TaggedObjectIsString(x), TaggedObjectIsString(y)); in TaggedObjectBothAreString()
1381 result = TaggedObjectIsString(obj); in TaggedIsString()1400 result = TaggedObjectIsString(obj); in TaggedIsStringOrSymbol()
588 inline GateRef TaggedObjectIsString(GateRef obj);
1117 GateRef res = env_->GetBuilder()->TaggedObjectIsString(obj); in IsString()
2558 builder_.Branch(builder_.TaggedObjectIsString(obj), &objIsString, &objNotString); in LowerTypeof()