Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp256 …:tuple<binder::LocalVariable *, binder::LocalVariable *, bool> Checker::CheckFunctionRestParameter( in CheckFunctionRestParameter() function in panda::es2panda::checker::Checker
388 result = CheckFunctionRestParameter(param->AsRestElement(), signatureInfo); in CheckFunctionParameter()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h421 std::tuple<binder::LocalVariable *, binder::LocalVariable *, bool> CheckFunctionRestParameter(