Searched defs:IsBoolean (Results 1 – 8 of 8) sorted by relevance
39 DEF_GETTER(HeapObject, IsBoolean, bool) { in DEF_GETTER() argument
38 bool CPDF_Boolean::IsBoolean() const { in IsBoolean() function in CPDF_Boolean
77 bool CPDF_Object::IsBoolean() const { in IsBoolean() function in CPDF_Object
318 bool CFXJSE_Value::IsBoolean() const { in IsBoolean() function in CFXJSE_Value
126 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsBoolean, IsParam, \ argument
97 def IsBoolean(x): function
1147 bool IsBoolean) { in mangleIntegerLiteral()
6106 TNode<BoolT> CodeStubAssembler::IsBoolean(TNode<HeapObject> object) { in IsBoolean() function in v8::internal::CodeStubAssembler