Home
last modified time | relevance | path

Searched defs:isBoolean (Results 1 – 13 of 13) 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.js95 function isBoolean(arg) { function
364 isBoolean, property
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/asn1/
Dtag.js61 isBoolean() { method in ASN1Tag
/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/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp1951 const bool isBoolean = isBooleanResultTest(spirvOperation); in createTests() local
/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/node/src/
Djs_native_api_v8.cc4621 bool* isBoolean) { in OH_JSVM_IsBoolean()
/third_party/node/tools/lint-md/
Dlint-md.mjs21858 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