Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/tests/utils/
Dbase.ts55 function isImm(node: OperandType): node is Imm { function
87 if (isImm(left) && isImm(right)) {