Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string.h49 class FlatStringInfo; variable
109 friend class FlatStringInfo; variable
1001 FlatStringInfo(EcmaString *string, uint32_t startIndex, uint32_t length) : string_(string), in FlatStringInfo() function