Home
last modified time | relevance | path

Searched refs:isDefined (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DvoidUndefinedReduction.ts23 function isDefined<T>(value: T | undefined | null | void): value is T {
37 if (isDefined(foo)) {
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyFileLocation.proto24 bool isDefined = 5; field
DassemblyField.proto30 bool isDefined = 8; field
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h589 bool isDefined = (!vregOut.empty() && (reg == vregOut.at(index))); in IsOut() local
590 return isDefined; in IsOut()