Searched refs:CreateLineStringNoGC (Results 1 – 3 of 3) sorted by relevance
105 inline EcmaString *EcmaString::CreateLineStringNoGC(const EcmaVM *vm, size_t length, bool compresse… in CreateLineStringNoGC() function
933 result = CreateLineStringNoGC(vm, length, true); in FlattenNoGC()936 result = CreateLineStringNoGC(vm, length, false); in FlattenNoGC()
92 static EcmaString *CreateLineStringNoGC(const EcmaVM *vm, size_t length, bool compressed);