Bug 769871 - Remove x_CheckThisX methods, as the extract-the-primitive-value methods immediately after perform that check already. r=Norbert

This commit is contained in:
Jeff Walden
2013-03-22 12:35:44 -07:00
parent 93685efc00
commit b88dba376a
7 changed files with 6 additions and 76 deletions

View File

@@ -149,15 +149,6 @@ ToNumber(JSContext *cx, Value *vp)
JSBool
num_parseInt(JSContext *cx, unsigned argc, Value *vp);
/**
* Checks that the this value provided meets the requirements for "this Number
* object" in ES5.1, 15.7.4, and throws a TypeError if not.
*
* Usage: callFunction(num_CheckThisNumber, this);
*/
extern JSBool
num_CheckThisNumber(JSContext *cx, unsigned argc, js::Value *vp);
} /* namespace js */
/*