Searched refs:nIntentProfile (Results 1 – 1 of 1) sorted by relevance
4439 napi_value nIntentProfile; in CreateProfileTypeObject() local4441 env, static_cast<int32_t>(ProfileType::INTENT_PROFILE), &nIntentProfile)); in CreateProfileTypeObject()4442 … NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "INTENT_PROFILE", nIntentProfile)); in CreateProfileTypeObject()