Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_ets.cpp225 Expected<Method *, PandaString> ResolveEntryPoint(InteropCtx *ctx, std::string_view entryPoint) in ResolveEntryPoint() function
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp986 Expected<Method *, Runtime::Error> Runtime::ResolveEntryPoint(std::string_view entryPoint) in ResolveEntryPoint() function in ark::Runtime