Home
last modified time | relevance | path

Searched refs:DICTIONARY (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/generator/
DNameFactory.ts28 DICTIONARY = 4, enumerator
42 case NameGeneratorType.DICTIONARY:
/arkcompiler/ets_frontend/arkguard/test/ut/
DNameGenerator.spec.ts205 const dictGenerator = getNameGenerator(NameGeneratorType.DICTIONARY);
223 const dictGenerator = getNameGenerator(NameGeneratorType.DICTIONARY, options);
/arkcompiler/ets_runtime/ecmascript/
Djs_array.h25 enum class ArrayMode : uint8_t { UNDEFINED = 0, DICTIONARY, LITERAL }; enumerator
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h31 DICTIONARY, enumerator
74 return GetKind(handler) == HandlerKind::DICTIONARY; in IsDictionary()