Searched refs:CheckFunctionRestParameter (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | function.cpp | 259 …: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/ |
| D | function.cpp | 254 …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/ |
| D | TSchecker.h | 348 …td::tuple<varbinder::LocalVariable *, varbinder::LocalVariable *, bool> CheckFunctionRestParameter(
|
| /arkcompiler/ets_frontend/es2panda/typescript/ |
| D | checker.h | 421 std::tuple<binder::LocalVariable *, binder::LocalVariable *, bool> CheckFunctionRestParameter(
|