Bug 1403136 - Clean up JSSetterOp code now that slotful setters are gone. r=evilpie

This commit is contained in:
Jan de Mooij
2017-09-26 22:26:40 +02:00
parent 1f9fc7bf5f
commit 325f2ebe3b
11 changed files with 25 additions and 62 deletions

View File

@@ -600,7 +600,7 @@ UnknownPropertyStub(JSContext* cx, HandleObject obj, HandleId id, MutableHandleV
}
bool
UnknownStrictPropertyStub(JSContext* cx, HandleObject obj, HandleId id, MutableHandleValue vp,
UnknownStrictPropertyStub(JSContext* cx, HandleObject obj, HandleId id, HandleValue v,
ObjectOpResult& result)
{
JS_ReportErrorASCII(cx, "setter could not be wrapped via CPOWs");