Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h25 struct StringIdInfo { struct
26 enum class Offset : uint8_t {
32 enum class Length : uint8_t {
43 bool IsValid() const in IsValid()