Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsFunctionType.h29 explicit ETSFunctionType(util::StringView name, Signature *signature, ArenaAllocator *allocator) in ETSFunctionType() function
34 explicit ETSFunctionType(util::StringView name, ArenaAllocator *allocator) in ETSFunctionType() function
DetsFunctionType.cpp25 ETSFunctionType::ETSFunctionType(ETSChecker *checker, util::StringView name, ArenaVector<Signature … in ETSFunctionType() function in ark::es2panda::checker::ETSFunctionType
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsFunctionType.h31 explicit ETSFunctionType(FunctionSignature &&signature, ir::ScriptFunctionFlags funcFlags) in ETSFunctionType() function