Home
last modified time | relevance | path

Searched defs:itf (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert.cpp34 for (auto *itf : klass->GetInterfaces()) { in IsFunctionClass() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/
Djs_proxy.cpp67 for (auto *itf : interfaceCls->GetInterfaces()) { in GetAllInterfaceMethod() local
82 for (auto *itf : interfaceCls->GetInterfaces()) { in GetInterfaceMethodDistinct() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.h155 EcmaStringTableImpl(StringTableInterface* itf, HashTrieMapImpl& map) in EcmaStringTableImpl()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp561 if (auto itf = checker->GlobalBuiltinFunctionType(arity, false); itf == baseType) { in GetFunctionalInterfaceInvokeType() local
564 if (auto itf = checker->GlobalBuiltinFunctionType(arity, true); itf == baseType) { in GetFunctionalInterfaceInvokeType() local
1128 for (auto *itf : interfaces_) { in Substitute() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp298 for (auto itf : object->Interfaces()) { in FindEnhanceTargetInSupertypes() local