Searched refs:onAccountBound (Results 1 – 2 of 2) sorted by relevance
38 napi_ref onAccountBound = nullptr; member
593 ReleaseNapiRefAsync(env_, jsPlugin_.onAccountBound); in ~NapiDomainAccountPlugin()594 jsPlugin_.onAccountBound = nullptr; in ~NapiDomainAccountPlugin()733 if (jsPlugin_.onAccountBound == nullptr) { in OnAccountBound()745 param->func = jsPlugin_.onAccountBound; in OnAccountBound()961 if (!GetNamedJsFunction(env, argv[0], "bindAccount", jsPlugin.onAccountBound)) { in ParseContextForRegisterPlugin()