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