Searched refs:proxyConstructor (Results 1 – 1 of 1) sorted by relevance
913 napi_value proxyConstructor = nullptr; in NAPI_ohos_rpc_getNativeRemoteObject() local914 status = napi_get_named_property(env, global, "IPCProxyConstructor_", &proxyConstructor); in NAPI_ohos_rpc_getNativeRemoteObject()917 status = napi_instanceof(env, object, proxyConstructor, &instanceOfProxy); in NAPI_ohos_rpc_getNativeRemoteObject()