Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h73 CallSignature(std::string name, int flags, size_t paramCounter, ArgumentsOrder order, in CallSignature() argument
75 : name_(name), paramCounter_(paramCounter), order_(order), returnType_(returnType) in CallSignature()