Home
last modified time | relevance | path

Searched defs:map0 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/dynamic/test/testcases/js/
Dmodule_variable.js102 export var map0 = new Map(); variable
/arkcompiler/ets_runtime/test/sharedtest/sharedcollectionsexception/
Dsharedcollectionsexception.ts257 const map0 = new SendableMap<string>([['key', 'value']]); constant