Home
last modified time | relevance | path

Searched defs:invoke (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/
Drule14_1.ts18 public invoke(someArg: number): string { method in DescribableFunction
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule14_1.ts18 public invoke(someArg: number): string { method in DescribableFunction
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dlambda_utils.cpp23 EtsMethod *invoke = lambda->GetClass()->GetMethod("invoke"); in InvokeVoid() local
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dtype.cpp78 …auto *invoke = AsETSObjectType()->GetOwnProperty<checker::PropertyType::INSTANCE_METHOD>("invoke"); in IsLambdaObject() local
/arkcompiler/ets_frontend/ets2panda/util/
DdeclgenEts2Ts.cpp298 … const auto *invoke = objectType->GetOwnProperty<checker::PropertyType::INSTANCE_METHOD>("invoke"); in GenObjectType() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.h395 auto *invoke = GetOwnProperty<PropertyType::INSTANCE_METHOD>("invoke"); in GetFunctionalInterfaceInvokeType() local