Home
last modified time | relevance | path

Searched defs:CallSignature (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.h29 using CallSignature = kungfu::CallSignature; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h73 CallSignature(std::string name, int flags, size_t paramCounter, ArgumentsOrder order, in CallSignature() function
88 CallSignature(CallSignature const &other) in CallSignature() function
/arkcompiler/ets_frontend/ets2panda/linter/src/utils/consts/
DProblems.ts56 CallSignature, enumerator
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DProblems.ts25 …cateName, UnaryArithmNotNumber, ConstructorType, ConstructorIface, ConstructorFuncs, CallSignature, enumerator