Commit e1f169e8 authored by Steve Fink's avatar Steve Fink
Browse files

Bug 1597005 - Handle PropertyKey r=jimb

Differential Revision: https://phabricator.services.mozilla.com/D54233

--HG--
extra : moz-landing-system : lando
parent b3a95c0f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -78,3 +78,8 @@ def HandleJSID(value, cache):
@pretty_printer('JS::MutableHandle<long>')
def MutableHandleJSID(value, cache):
    return mozilla.Root.MutableHandle(value, cache, jsid)


@pretty_printer('JS::PropertyKey')
def PropertyKey(value, cache):
    return mozilla.jsid.jsid(value, cache)