Home
last modified time | relevance | path

Searched refs:BuildProxyMethod (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.h155 …void BuildProxyMethod(ir::ScriptFunction *func, const util::StringView &containingClassName, bool …
DETSBinder.cpp381 void ETSBinder::BuildProxyMethod(ir::ScriptFunction *func, const util::StringView &containingClassN… in BuildProxyMethod() function in panda::es2panda::varbinder::ETSBinder
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1755 VarBinder()->AsETSBinder()->BuildProxyMethod( in ResolveProxyMethod()
2689 …VarBinder()->AsETSBinder()->BuildProxyMethod(implMethod->Function(), classDef->InternalName(), isS… in CreateAsyncProxy()