Home
last modified time | relevance | path

Searched defs:isNotNull (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DtypePredicateFreshLiteralWidening.js15 const isNotNull = <T,>(value: T | null): value is T => value !== null; constant
37 var isNotNull = function (value) { return value !== null; }; function
/third_party/typescript/tests/cases/compiler/
DtypePredicateFreshLiteralWidening.ts16 const isNotNull = <T,>(value: T | null): value is T => value !== null; constant
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_data_dataAbility.js72 this.isNotNull = function (...args) { method
230 this.isNotNull = function (...args) { method
Dohos_data_dataSharePredicates.js70 this.isNotNull = function (...args) { method
Dohos_data_distributedData.js168 this.isNotNull = function (...args) { method