Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp695 auto stripped = signature.substr(0, idx); in SplitSignature() local
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts829 const stripped = arg.getText().replace(/^['"]|['"]$/g, '').split('.'); constant