Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h26 struct StringIdInfo { struct
27 enum class Offset : uint8_t {
33 enum class Length : uint8_t {
44 bool IsValid() const in IsValid()