Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2296 … JSHandle<JSTaggedValue> sendableFuncModule = moduleManager->GenerateSendableFuncModule(module); in RuntimeDefinefunc() local
2298 JSHandle<SourceTextModule> sendableFuncModuleRecord(sendableFuncModule); in RuntimeDefinefunc()
2302 result->SetModule(thread, sendableFuncModule.GetTaggedValue()); in RuntimeDefinefunc()