Home
last modified time | relevance | path

Searched defs:sharedMap (Results 1 – 4 of 4) 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.cpp596 JSHandle<JSSharedMap> sharedMap(value); in SerializeJSONSharedMap() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_stringifier_test.cpp472 JSHandle<JSSharedMap> sharedMap = CreateSharedMap(thread); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1520 JSHandle<ecmascript::JSSharedMap> sharedMap = JSHandle<ecmascript::JSSharedMap>::Cast(obj); in New() local