diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2019-06-09 01:03:19 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2019-07-18 22:38:29 -0400 |
commit | 3f8364e4a0342be52555adf9ae13999dc8244d1b (patch) | |
tree | 5090cd0c10fccffd4b4c741a09b5fc0f83d63d05 /js/src/vm/Shape.h | |
parent | eb6c9ea6bb78bbcbc9c4a74830649527f4df980a (diff) | |
download | UXP-3f8364e4a0342be52555adf9ae13999dc8244d1b.tar UXP-3f8364e4a0342be52555adf9ae13999dc8244d1b.tar.gz UXP-3f8364e4a0342be52555adf9ae13999dc8244d1b.tar.lz UXP-3f8364e4a0342be52555adf9ae13999dc8244d1b.tar.xz UXP-3f8364e4a0342be52555adf9ae13999dc8244d1b.zip |
1320408 - Part 26: Remove Shape::set declaration.
Diffstat (limited to 'js/src/vm/Shape.h')
-rw-r--r-- | js/src/vm/Shape.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/src/vm/Shape.h b/js/src/vm/Shape.h index 978798aaa..fd6d843e0 100644 --- a/js/src/vm/Shape.h +++ b/js/src/vm/Shape.h @@ -905,9 +905,6 @@ class Shape : public gc::TenuredCell setter() == rawSetter; } - bool set(JSContext* cx, HandleNativeObject obj, HandleObject receiver, MutableHandleValue vp, - ObjectOpResult& result); - BaseShape* base() const { return base_.get(); } bool hasSlot() const { |