未验证 提交 9c595a4c 编写于 作者: 马根堂 提交者: Gitee

update ipc/native/src/napi_common/source/napi_remote_object.cpp.

Signed-off-by: N马根堂 <magentang4@huawei.com>
上级 85b19261
...@@ -189,11 +189,12 @@ napi_ref NAPIRemoteObject::GetJsObjectRef() const ...@@ -189,11 +189,12 @@ napi_ref NAPIRemoteObject::GetJsObjectRef() const
return thisVarRef_; return thisVarRef_;
} }
void NAPIRemoteObject::SetNewEnv(napi_env env) void NAPIRemoteObject::SetNewEnv(napi_env envNew)
{ {
if (envNew_ != env) { if (envNew_ != envNew) {
ZLOGI(LOG_LABEL, "env updated"); ZLOGI(LOG_LABEL, "env updated");
} }
envNew_ = envNew
} }
void NAPI_RemoteObject_getCallingInfo(CallingInfo &newCallingInfoParam) void NAPI_RemoteObject_getCallingInfo(CallingInfo &newCallingInfoParam)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册