mirror of
https://github.com/openharmony/ark_js_runtime.git
synced 2026-08-28 04:49:56 -04:00
f55d1a781f
Description:Before serializing, cache all global const and builtins objects in a map. When serialzing object taggged field, firstly searching the field object in the map, if exist, record the index. Then when deserializing, we can quickly find the object by index. ISSUE:https://gitee.com/openharmony/ark_js_runtime/issues/I5CA56 Signed-off-by: dingwen <dingwen6@huawei.com> Change-Id: I935cc445d50a1e5854b88a7d01445aaa87da2cbc