diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2019-06-08 17:32:46 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2019-07-18 22:38:20 -0400 |
commit | 0bc46526909e579acf7f7dc5c59668fd79662437 (patch) | |
tree | b8ef0dd37cc02cafdf4e6c31e33b22207d28a323 /dom/bindings/BindingUtils.h | |
parent | cefee262b7059d035667b148d56ebc7af5120d37 (diff) | |
download | UXP-0bc46526909e579acf7f7dc5c59668fd79662437.tar UXP-0bc46526909e579acf7f7dc5c59668fd79662437.tar.gz UXP-0bc46526909e579acf7f7dc5c59668fd79662437.tar.lz UXP-0bc46526909e579acf7f7dc5c59668fd79662437.tar.xz UXP-0bc46526909e579acf7f7dc5c59668fd79662437.zip |
1333045 - Update Location object properties to current spec.
Specifically, three changes:
1) valueOf should be non-enumerable.
2) valueOf should be === to Object.prototype.valueOf.
3) There should be no toJSON.
Diffstat (limited to 'dom/bindings/BindingUtils.h')
-rw-r--r-- | dom/bindings/BindingUtils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dom/bindings/BindingUtils.h b/dom/bindings/BindingUtils.h index a3ec70f47..5cab835b3 100644 --- a/dom/bindings/BindingUtils.h +++ b/dom/bindings/BindingUtils.h @@ -2045,9 +2045,6 @@ GetInterface(JSContext* aCx, T* aThis, nsIJSID* aIID, } bool -UnforgeableValueOf(JSContext* cx, unsigned argc, JS::Value* vp); - -bool ThrowingConstructor(JSContext* cx, unsigned argc, JS::Value* vp); bool |