Home
last modified time | relevance | path

Searched defs:propertyNames (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/utils/obfuscation/
DfileWhiteLists_expected01.json5 "propertyNames": [ array
13 "propertyNames": [ array
25 "propertyNames": [ array
40 "propertyNames": [ array
60 "propertyNames": [], array
64 "propertyNames": [], array
69 "propertyNames": [ array
77 "propertyNames": [], array
89 "propertyNames": [], array
93 "propertyNames": [], array
[all …]
DfileWhiteLists_expected03.json5 "propertyNames": [ array
13 "propertyNames": [ array
25 "propertyNames": [ array
40 "propertyNames": [ array
60 "propertyNames": [], array
64 "propertyNames": [], array
69 "propertyNames": [], array
77 "propertyNames": [], array
89 "propertyNames": [ array
98 "propertyNames": [ array
[all …]
DfileWhiteLists_expected02.json5 "propertyNames": [ array
13 "propertyNames": [ array
25 "propertyNames": [ array
40 "propertyNames": [ array
60 "propertyNames": [], array
64 "propertyNames": [], array
69 "propertyNames": [], array
77 "propertyNames": [], array
89 "propertyNames": [ array
98 "propertyNames": [ array
[all …]
DprojectWhiteList_expected01.json3 "propertyNames": [ array
DprojectWhiteList_expected02.json3 "propertyNames": [ array
/arkcompiler/ets_frontend/arkguard/src/utils/
DCommonCollections.ts110 export let propertyNames: Set<string> = new Set(); variable
DProjectCollections.ts68 propertyNames: Set<string>; property
162 propertyNames: Set<string>; property
325 propertyNames: arrayToSet(parsed[key].fileKeepInfo.keepSymbol.propertyNames), constant
/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.cpp157 std::unordered_set<util::StringView> propertyNames; in CalculateFunctionExpectedPropertyCount() local
DclassDefinition.cpp730 std::unordered_set<util::StringView> propertyNames; in CalculateClassExpectedPropertyCount() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts166 propertyNames: string[]; property