Searched refs:mixLength (Results 1 – 1 of 1) sorted by relevance
2366 GateRef mixLength; in SetLength() local2368 mixLength = Int32Or(len, Int32(EcmaString::STRING_COMPRESSED)); in SetLength()2370 mixLength = Int32Or(len, Int32(EcmaString::STRING_UNCOMPRESSED)); in SetLength()2372 Store(VariableType::INT32(), glue, str, IntPtr(EcmaString::MIX_LENGTH_OFFSET), mixLength); in SetLength()