Searched defs:isVar (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | variable.ts | 112 isVar(): boolean { method in Variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | operand.h | 813 : ImmOperand(kOpdOffset, static_cast<int64>(val), size, true, isVar, false), in ImmOperand() argument 821 : ImmOperand(kOpdOffset, val, size, true, isVar, false), in ImmOperand() argument
|