Searched refs:AddGlobalCallObject (Results 1 – 2 of 2) sorted by relevance
549 void AddGlobalCallObject(const std::string &instanceName, napi_ref obj);
558 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