Home
last modified time | relevance | path

Searched defs:Variable (Results 1 – 4 of 4) sorted by relevance

/ark/js_runtime/ecmascript/compiler/
Dcircuit_builder_helper.h31 class Variable; variable
184Variable(LabelManager *lm, StubMachineType type, uint32_t id, GateRef value) : id_(id), type_(type… in Variable() function
Dstub.h151 class Variable; variable
342Variable(Environment *env, StubMachineType type, uint32_t id, GateRef value) : id_(id), type_(type… in Variable() function
/ark/ts2abc/ts2panda/src/base/
Dproperties.ts21 Variable, enumerator
/ark/ts2abc/ts2panda/src/
Dvariable.ts33 export abstract class Variable { class