Skip to content

Commit

Permalink
Bug 1476845 - Add link to mrgiggles' source r=jonco
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D33451

--HG--
extra : moz-landing-system : lando
  • Loading branch information
PaulBone committed Jun 14, 2019
1 parent 22ecc62 commit 30f610c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/src/jsutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ static MOZ_ALWAYS_INLINE void PodSet(T* aDst, const T& aSrc, size_t aNElem) {
* pointer. These values should be odd, see the comment in IsThingPoisoned.
*
* Note: new patterns should also be added to the array in IsThingPoisoned!
*
* We try to keep our IRC bot, mrgiggles, up to date with these and other
* patterns:
* https://bitbucket.org/sfink/mrgiggles/src/default/plugins/knowledge/__init__.py
*/
const uint8_t JS_FRESH_NURSERY_PATTERN = 0x2F;
const uint8_t JS_SWEPT_NURSERY_PATTERN = 0x2B;
Expand Down

0 comments on commit 30f610c

Please sign in to comment.