Searched refs:nFollowRecent (Results 1 – 1 of 1) sorted by relevance
2902 napi_value nFollowRecent = nullptr; in CreateDisplayOrientationObject() local2903 …v, napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::FOLLOWRECENT), &nFollowRecent)); in CreateDisplayOrientationObject()2904 NAPI_CALL(env, napi_set_named_property(env, value, "FOLLOW_RECENT", nFollowRecent)); in CreateDisplayOrientationObject()