Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp259 …:tuple<binder::LocalVariable *, binder::LocalVariable *, bool> Checker::CheckFunctionRestParameter( in CheckFunctionRestParameter() function in panda::es2panda::checker::Checker
392 result = CheckFunctionRestParameter(param->AsRestElement(), signatureInfo); in CheckFunctionParameter()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dfunction.cpp254 …arbinder::LocalVariable *, varbinder::LocalVariable *, bool> TSChecker::CheckFunctionRestParameter( in CheckFunctionRestParameter() function in ark::es2panda::checker::TSChecker
370 result = CheckFunctionRestParameter(param->AsRestElement(), signatureInfo); in CheckFunctionParameter()
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h348 …td::tuple<varbinder::LocalVariable *, varbinder::LocalVariable *, bool> CheckFunctionRestParameter(
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h421 std::tuple<binder::LocalVariable *, binder::LocalVariable *, bool> CheckFunctionRestParameter(