Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp366 std::tuple<binder::LocalVariable *, binder::LocalVariable *, bool> Checker::CheckFunctionParameter( in CheckFunctionParameter() function in panda::es2panda::checker::Checker
423 auto [paramVar, restVar, isOptional] = CheckFunctionParameter(*it, signatureInfo); in CheckFunctionParameterDeclarations()
Dhelpers.cpp436 CheckFunctionParameter(declaration->AsExpression(), nullptr); in GetTypeOfVariable()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h415 std::tuple<binder::LocalVariable *, binder::LocalVariable *, bool> CheckFunctionParameter(