Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/base/
Dproperties.ts22 CONSTANT, enumerator
/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h44 CONSTANT, // Cell has been assigned only once. enumerator
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dllvm_stackmap_type.h39 CONSTANT = 4, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md494 ##### CONSTANT l4subsection
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h1167 #define CONSTANT(ID, VALUE) builder_->NewConstant(ID, VALUE) macro