Searched defs:isBoolean (Results 1 – 13 of 13) sorted by relevance
40 function isBoolean(value) { function
34 static isBoolean(s: any, msg?: string) { method in Assert
95 function isBoolean(arg) { function364 isBoolean, property
61 isBoolean() { method in ASN1Tag
133 template<typename T> inline bool isBoolean (void) { return false; } in isBoolean() function134 template<> inline bool isBoolean<bool> (void) { return true; } in isBoolean() function
179 bool DSLType::isBoolean() const { in isBoolean() function in SkSL::dsl::DSLType
239 bool isBoolean() const { in isBoolean() function
57 isBoolean(): boolean; method231 isBoolean(): ChainedObject<boolean>; method613 isBoolean(object: any): boolean; method
1951 const bool isBoolean = isBooleanResultTest(spirvOperation); in createTests() local
4621 bool* isBoolean) { in OH_JSVM_IsBoolean()
21858 function isBoolean(object) { function
77815 bool isBoolean() const { in isBoolean() function in JS::Value78475 bool isBoolean() const { return value().isBoolean(); } in isBoolean() function in js::WrappedPtrOperations