Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dconstpool_value.h38 ConstPoolValue(ConstPoolType type, uint32_t index) in ConstPoolValue() function
43 explicit ConstPoolValue(uint64_t v) : value_(v) {} in ConstPoolValue() function