summaryrefslogtreecommitdiffstats
path: root/js/src/jit/MIR.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-06-29 23:01:30 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-06-29 23:01:30 +0200
commit562326d0c25838bcf6e3a302ad3181e8a68f8e3c (patch)
tree95057f6ac6f23346f0c795b5d129c745647aa1ef /js/src/jit/MIR.h
parenteb71020782b0c0bb6a128496010f1bb926625370 (diff)
parent98f7e3b16754aedd44747261113359b8d824449f (diff)
downloadUXP-562326d0c25838bcf6e3a302ad3181e8a68f8e3c.tar
UXP-562326d0c25838bcf6e3a302ad3181e8a68f8e3c.tar.gz
UXP-562326d0c25838bcf6e3a302ad3181e8a68f8e3c.tar.lz
UXP-562326d0c25838bcf6e3a302ad3181e8a68f8e3c.tar.xz
UXP-562326d0c25838bcf6e3a302ad3181e8a68f8e3c.zip
Merge branch 'master' into Pale_Moon-releasePM28.6.0_Release
Diffstat (limited to 'js/src/jit/MIR.h')
-rw-r--r--js/src/jit/MIR.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/jit/MIR.h b/js/src/jit/MIR.h
index 0992768bf..9076339f1 100644
--- a/js/src/jit/MIR.h
+++ b/js/src/jit/MIR.h
@@ -3785,7 +3785,6 @@ class MObjectState
MOZ_MUST_USE bool initFromTemplateObject(TempAllocator& alloc, MDefinition* undefinedVal);
size_t numFixedSlots() const {
- MOZ_ASSERT(!isUnboxed());
return numFixedSlots_;
}
size_t numSlots() const {