Searched refs:TaggedObjectIsBigInt (Results 1 – 3 of 3) sorted by relevance
311 GateRef TaggedObjectIsBigInt(GateRef obj);
1147 inline GateRef StubBuilder::TaggedObjectIsBigInt(GateRef obj) in TaggedObjectIsBigInt() function
3402 Branch(TaggedObjectIsBigInt(obj), &objIsBigInt, &objNotBigInt); in FastTypeOf()4301 Branch(TaggedObjectIsBigInt(value), &isBigint, &returnTrue); in FastToBoolean()