Home
last modified time | relevance | path

Searched defs:sharedMap (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/sharedtest/sharedmap/
Dsharedmap.ts31 let sharedMap: SendableMap = new SendableMap<number, string>(); variable
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp550 JSHandle<JSSharedMap> sharedMap(value); in SerializeJSONSharedMap() local
Djson_stringifier_optimized.cpp545 JSHandle<JSSharedMap> sharedMap(value); in SerializeJSONSharedMap() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_stringifier_test.cpp473 JSHandle<JSSharedMap> sharedMap = CreateSharedMap(thread); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1560 JSHandle<ecmascript::JSSharedMap> sharedMap = JSHandle<ecmascript::JSSharedMap>::Cast(obj); in New() local