Home
last modified time | relevance | path

Searched refs:CheckFunctionObjectPatternParameter (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dfunction.cpp347 std::tuple<binder::LocalVariable *, binder::LocalVariable *, bool> Checker::CheckFunctionObjectPatternParameter( in CheckFunctionObjectPatternParameter() function in panda::es2panda::checker::Checker
401 result = CheckFunctionObjectPatternParameter(param->AsObjectPattern()); in CheckFunctionParameter()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dfunction.cpp326 std::tuple<varbinder::LocalVariable *, varbinder::LocalVariable *, bool> TSChecker::CheckFunctionObjectPatternParameter( in CheckFunctionObjectPatternParameter() function in ark::es2panda::checker::TSChecker
379 result = CheckFunctionObjectPatternParameter(param->AsObjectPattern()); in CheckFunctionParameter()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h352 std::tuple<varbinder::LocalVariable *, varbinder::LocalVariable *, bool> CheckFunctionObjectPatternParameter(
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h425 std::tuple<binder::LocalVariable *, binder::LocalVariable *, bool> CheckFunctionObjectPatternParameter(

Completed in 5 milliseconds