Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dbuiltins_base.h153 EcmaEntrypoint entrypoint_; variable
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine.h396 std::variant<std::monostate, ManagedEntrypointData, NativeEntrypointData> entrypoint_; variable