Searched refs:newActiveStatus (Results 1 – 1 of 1) sorted by relevance
520 napi_value newActiveStatus = nullptr; in NAPI_RemoteObject_setNewCallingInfo() local521 napi_create_int32(env, newCallingInfoParam.activeStatus, &newActiveStatus); in NAPI_RemoteObject_setNewCallingInfo()522 napi_set_named_property(env, global, "activeStatus_", newActiveStatus); in NAPI_RemoteObject_setNewCallingInfo()