mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix semicolon warning in js/src (no bug, r=me)
--HG-- extra : rebase_source : 698de99375bcba9438a73460db3e04082d7ca0a9
This commit is contained in:
parent
1a02517634
commit
147cb7b0ee
@ -803,7 +803,7 @@ inline bool JSObject::isStaticBlock() const { return isBlock() && !getProto(); }
|
||||
inline bool JSObject::isStopIteration() const { return hasClass(&js::StopIterationClass); }
|
||||
inline bool JSObject::isStrictArguments() const { return hasClass(&js::StrictArgumentsObjectClass); }
|
||||
inline bool JSObject::isString() const { return hasClass(&js::StringClass); }
|
||||
inline bool JSObject::isTypedArray() const { return IsFastTypedArrayClass(getClass()); };
|
||||
inline bool JSObject::isTypedArray() const { return IsFastTypedArrayClass(getClass()); }
|
||||
inline bool JSObject::isWeakMap() const { return hasClass(&js::WeakMapClass); }
|
||||
inline bool JSObject::isWith() const { return hasClass(&js::WithClass); }
|
||||
inline bool JSObject::isXML() const { return hasClass(&js::XMLClass); }
|
||||
|
Loading…
Reference in New Issue
Block a user