Lines Matching defs:isBigint
6747 Label isBigint(env);
6769 BRANCH(TaggedObjectIsBigInt(value), &isBigint, &returnTrue);
6770 Bind(&isBigint);
6846 Label isBigint(env);
6868 Branch(TaggedObjectIsBigInt(value), &isBigint, &returnTrue);
6869 Bind(&isBigint);
6945 Label isBigint(env);
6987 BRANCH(TaggedObjectIsBigInt(value), &isBigint, &returnTrue);
6988 Bind(&isBigint);
7065 Label isBigint(env);
7107 Branch(TaggedObjectIsBigInt(value), &isBigint, &returnTrue);
7108 Bind(&isBigint);