3 Commits

Author SHA1 Message Date
hjzhangcm 672968e087 fix test case bug issue:https://gitee.com/openharmony/ark_js_runtime/issues/I5CH61
Signed-off-by: hjzhangcm <zhanghaijun20@huawei.com>
2022-06-15 18:34:09 +08:00
xliu 2b281975ea Js TypeArray optimization
Description
  1. Add number check in CanonicalNumericIndexString;
  2. modif GetProperty, SetProperty, DeleteProperty,
     DefineOwnProperty,GetOwnProperty,HasProperty
  3. Add FastPath in TypeArray.
  4. Refactor TypeArray ArrayLength, ByteOffset, ByteLength
  5. Add test for TypeArray.
Issue:
  #I56S75:Js TypeArray optimization

Signed-off-by: xliu <liuxin259@huawei.com>
Change-Id: I68dd973269eb0bab284e7b97e0b8bf93e5aee1a2
2022-05-21 18:15:02 +08:00
hjzhangcm 534e331f37 add test case for ObjectOperator
Signed-off-by: hjzhangcm <zhanghaijun20@huawei.com>
2022-05-13 14:16:06 +08:00