mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2025-02-17 02:10:00 +00:00
Sync incorrect default argument in BZ code
Issue: #IAZUTL Signed-off-by: Panferov Ivan <panferov.ivan@huawei-partners.com>
This commit is contained in:
parent
0982eeaec9
commit
89d5a9b807
@ -116,7 +116,7 @@ private:
|
||||
bool canBeCompress, MemSpaceType type = MemSpaceType::SHARED_OLD_SPACE, bool isConstantString = false,
|
||||
uint32_t idOffset = 0);
|
||||
static EcmaString *CreateFromUtf8CompressedSubString(const EcmaVM *vm, const JSHandle<EcmaString> &string,
|
||||
uint32_t offset, uint32_t utf8Len, MemSpaceType type = MemSpaceType::SEMI_SPACE);
|
||||
uint32_t offset, uint32_t utf8Len, MemSpaceType type = MemSpaceType::SHARED_OLD_SPACE);
|
||||
static EcmaString *CreateUtf16StringFromUtf8(const EcmaVM *vm, const uint8_t *utf8Data, uint32_t utf8Len,
|
||||
MemSpaceType type = MemSpaceType::SHARED_OLD_SPACE);
|
||||
static EcmaString *CreateFromUtf16(const EcmaVM *vm, const uint16_t *utf16Data, uint32_t utf16Len,
|
||||
|
Loading…
x
Reference in New Issue
Block a user