Home
last modified time | relevance | path

Searched refs:JSFunctionEntryType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp267 auto res = reinterpret_cast<JSFunctionEntryType>(entry)(thread_->GetGlueAddr(), in ExecuteAot()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h41 using JSFunctionEntryType = JSTaggedValue (*)(uintptr_t glue, uint32_t argc, const JSTaggedType arg… variable