diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2019-06-08 17:19:11 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2019-07-18 22:38:20 -0400 |
commit | cefee262b7059d035667b148d56ebc7af5120d37 (patch) | |
tree | bb2feca588ba2555b2559fdada273934335ae31b /js/src/builtin/Object.h | |
parent | d074844a4e758209dcfd8ce12720680edd957b42 (diff) | |
download | UXP-cefee262b7059d035667b148d56ebc7af5120d37.tar UXP-cefee262b7059d035667b148d56ebc7af5120d37.tar.gz UXP-cefee262b7059d035667b148d56ebc7af5120d37.tar.lz UXP-cefee262b7059d035667b148d56ebc7af5120d37.tar.xz UXP-cefee262b7059d035667b148d56ebc7af5120d37.zip |
1333143 - Self-host Object.prototype.valueOf.
Diffstat (limited to 'js/src/builtin/Object.h')
-rw-r--r-- | js/src/builtin/Object.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/src/builtin/Object.h b/js/src/builtin/Object.h index 09512be36..8231888b1 100644 --- a/js/src/builtin/Object.h +++ b/js/src/builtin/Object.h @@ -25,9 +25,6 @@ obj_construct(JSContext* cx, unsigned argc, JS::Value* vp); MOZ_MUST_USE bool obj_propertyIsEnumerable(JSContext* cx, unsigned argc, Value* vp); -MOZ_MUST_USE bool -obj_valueOf(JSContext* cx, unsigned argc, JS::Value* vp); - PlainObject* ObjectCreateImpl(JSContext* cx, HandleObject proto, NewObjectKind newKind = GenericObject, HandleObjectGroup group = nullptr); |