Searched refs:jsChildProcessObj_ (Results 1 – 2 of 2) sorted by relevance
35 jsRuntime_.FreeNativeReference(std::move(jsChildProcessObj_)); in ~JsChildProcess()63 … jsChildProcessObj_ = jsRuntime_.LoadModule(moduleName, srcPath, info->hapPath, info->isEsModule); in Init()64 if (jsChildProcessObj_ == nullptr) { in Init()98 if (jsChildProcessObj_ == nullptr) { in CallObjectMethod()106 napi_value obj = jsChildProcessObj_->GetNapiValue(); in CallObjectMethod()
40 std::shared_ptr<NativeReference> jsChildProcessObj_; variable