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:
@@ -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 */
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user