Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp239 result = context->InvokeEcmaEntrypoint(jsPandaFile, entryPoint, excuteFromJob); in Execute()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h510 …Expected<JSTaggedValue, bool> InvokeEcmaEntrypoint(const JSPandaFile *jsPandaFile, std::string_vie…
Decma_context.cpp330 Expected<JSTaggedValue, bool> EcmaContext::InvokeEcmaEntrypoint(const JSPandaFile *jsPandaFile, in InvokeEcmaEntrypoint() function in panda::ecmascript::EcmaContext