Home
last modified time | relevance | path

Searched defs:Callback (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/contextualOverloadListFromArrayUnion/
Dthree.ts41 interface Callback<T> { interface
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_operation.h38 using Callback = std::function<void(const std::initializer_list<GateRef> &, OperationType)>; variable