Searched refs:TaggedObjectIsString (Results 1 – 6 of 6) sorted by relevance
61 GateRef CircuitBuilder::TaggedObjectIsString(GateRef obj) in TaggedObjectIsString() function78 return BoolAnd(TaggedObjectIsString(x), TaggedObjectIsString(y)); in TaggedObjectBothAreString()141 result = TaggedObjectIsString(obj); in TaggedIsString()199 result = TaggedObjectIsString(obj); in TaggedIsStringOrSymbol()
219 result = builder_.TaggedObjectIsString(obj); in LowerIsSpecificObjectType()
625 inline GateRef TaggedObjectIsString(GateRef obj);
1177 GateRef res = env_->GetBuilder()->TaggedObjectIsString(obj); in IsString()
397 GateRef isString = builder_.TaggedObjectIsString(receiver); in LowerEcmaStringCheck()
2475 builder_.Branch(builder_.TaggedObjectIsString(obj), &objIsString, &objNotString); in LowerTypeof()