Loading js/src/jit/CacheIR.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -1791,6 +1791,10 @@ AttachDecision GetPropIRGenerator::tryAttachTypedArrayLength(HandleObject obj, return AttachDecision::NoAction; } if (mode_ != ICState::Mode::Specialized) { return AttachDecision::NoAction; } // Receiver should be the object. if (isSuper()) { return AttachDecision::NoAction; Loading Loading
js/src/jit/CacheIR.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -1791,6 +1791,10 @@ AttachDecision GetPropIRGenerator::tryAttachTypedArrayLength(HandleObject obj, return AttachDecision::NoAction; } if (mode_ != ICState::Mode::Specialized) { return AttachDecision::NoAction; } // Receiver should be the object. if (isSuper()) { return AttachDecision::NoAction; Loading