Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h549 void AddGlobalCallObject(const std::string &instanceName, napi_ref obj);
H A Dworker.cpp558 worker->AddGlobalCallObject(instanceName, obj); in RegisterGlobalCallObject()
1204 void Worker::AddGlobalCallObject(const std::string &instanceName, napi_ref obj) in AddGlobalCallObject() function in Commonlibrary::Concurrent::WorkerModule::Worker