Home
last modified time | relevance | path

Searched defs:localType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropDeprecatedBuiltInAPICheck.ts587 const localType = targetLocal.getType(); constant
593 const localType = targetLocal.getType(); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/
DBodyBuilder.ts459 const localType = local.getType(); constant
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1312 auto localType = ProfileType(ctorAbcId, ctorMethodId, ProfileType::Kind::ClassId, true); in DumpDefineClass() local