Home
last modified time | relevance | path

Searched defs:isBoolean (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/tests/cases/conformance/jsdoc/
DreturnTagTypeGuard.ts40 function isBoolean(value) { function
/third_party/typescript/tests/ts_extra_tests/suite/
Dassert.ts34 static isBoolean(s: any, msg?: string) { method in Assert
/third_party/node/lib/
Dutil.js74 function isBoolean(arg) { function
339 isBoolean, property
/third_party/node/deps/npm/node_modules/core-util-is/lib/
Dutil.js33 function isBoolean(arg) { function
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeCommandLine.hpp133 template<typename T> inline bool isBoolean (void) { return false; } in isBoolean() function
134 template<> inline bool isBoolean<bool> (void) { return true; } in isBoolean() function
/third_party/skia/src/sksl/dsl/
DDSLType.cpp179 bool DSLType::isBoolean() const { in isBoolean() function in SkSL::dsl::DSLType
/third_party/skia/src/sksl/ir/
DSkSLType.h239 bool isBoolean() const { in isBoolean() function
/third_party/typescript/tests/cases/compiler/
DunderscoreTest1.ts57 isBoolean(): boolean; method
231 isBoolean(): ChainedObject<boolean>; method
613 isBoolean(object: any): boolean; method
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DJSON.java191 public boolean isBoolean() { in isBoolean() method in JSON
/third_party/freetype/docs/reference/assets/javascripts/lunr/
Dwordcut.js6538 function isBoolean(arg) { function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp1951 const bool isBoolean = isBooleanResultTest(spirvOperation); in createTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp1951 const bool isBoolean = isBooleanResultTest(spirvOperation); in createTests() local
/third_party/node/tools/
Dlint-md.mjs9088 function isBoolean(object) { function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp77815 bool isBoolean() const { in isBoolean() function in JS::Value
78475 bool isBoolean() const { return value().isBoolean(); } in isBoolean() function in js::WrappedPtrOperations