Searched refs:stubConstructor (Results 1 – 1 of 1) sorted by relevance
900 napi_value stubConstructor = nullptr; in NAPI_ohos_rpc_getNativeRemoteObject() local901 status = napi_get_named_property(env, global, "IPCStubConstructor_", &stubConstructor); in NAPI_ohos_rpc_getNativeRemoteObject()904 status = napi_instanceof(env, object, stubConstructor, &instanceOfStub); in NAPI_ohos_rpc_getNativeRemoteObject()