Home
last modified time | relevance | path

Searched defs:isUndefined (Results 1 – 20 of 20) sorted by relevance

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/type_relationships/type_inference/
Dtype_inference_4.ts35 function isUndefined<T>(x: Maybe<T>): x is void { function
/third_party/typescript/tests/ts_extra_tests/suite/
Dassert.ts46 static isUndefined(actual: any, msg?: string) { method in Assert
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.2/labeledelementdeclarations_may_hold_undefined_elements/
Dlabeledelementdeclarations_may_hold_undefined_elements_4.ts150 function isUndefined(value: any) { function
Dlabeledelementdeclarations_may_hold_undefined_elements_3.ts150 function isUndefined(value: any) { function
/third_party/node/lib/
Dutil.js148 function isUndefined(arg) { function
378 isUndefined, property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DSymbol.h83 bool isUndefined() const { in isUndefined() function
/third_party/node/deps/icu-small/source/i18n/
Dformatted_string_builder.h255 inline bool FormattedStringBuilder::Field::isUndefined() const { in isUndefined() function
/third_party/icu/icu4c/source/i18n/
Dformatted_string_builder.h255 inline bool FormattedStringBuilder::Field::isUndefined() const { in isUndefined() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueLattice.h142 bool isUndefined() const { return Tag == undefined; } in isUndefined() function
/third_party/skia/third_party/externals/icu/source/i18n/
Dformatted_string_builder.h253 inline bool FormattedStringBuilder::Field::isUndefined() const { in isUndefined() function
/third_party/vk-gl-cts/modules/glshared/
DglsStateQueryUtil.hpp132 bool StateQueryMemoryWriteGuard<T>::isUndefined () const in isUndefined() function in deqp::gls::StateQueryUtil::StateQueryMemoryWriteGuard
DglsStateQueryUtil.cpp148 bool QueriedState::isUndefined (void) const in isUndefined() function in deqp::gls::StateQueryUtil::QueriedState
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h68 bool isUndefined() const { in isUndefined() function
DIRSymtab.h193 bool isUndefined() const { return (Flags >> S::FB_undefined) & 1; } in isUndefined() function
DCOFF.h386 bool isUndefined() const { in isUndefined() function
/third_party/typescript/tests/cases/compiler/
DunderscoreTest1.ts62 isUndefined(): boolean; method
236 isUndefined(): ChainedObject<boolean>; method
618 isUndefined(value: any): boolean; method
/third_party/typescript/src/compiler/
Demitter.ts4460 const isUndefined = children === undefined; constant
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h776 constexpr bool isUndefined() const noexcept { return isUndef_; } in isUndefined() function
/third_party/node/src/
Djs_native_api_v8.cc4576 bool* isUndefined) { in OH_JSVM_IsUndefined()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp77732 bool isUndefined() const { in isUndefined() function in JS::Value
78473 bool isUndefined() const { return value().isUndefined(); } in isUndefined() function in js::WrappedPtrOperations