Bug 1468774 - Remove getPropertyDescriptor from CPOWs. r=mrbkap r=mccr8

This commit is contained in:
Tom Schuster
2018-04-03 18:21:40 +02:00
parent b9d0ec13ba
commit 050d853e33
7 changed files with 0 additions and 92 deletions

View File

@@ -25,7 +25,6 @@ both:
// These roughly map to the ProxyHandler hooks that CPOWs need.
nested(inside_sync) sync PreventExtensions(uint64_t objId) returns (ReturnStatus rs);
nested(inside_sync) sync GetPropertyDescriptor(uint64_t objId, JSIDVariant id) returns (ReturnStatus rs, PPropertyDescriptor result);
nested(inside_sync) sync GetOwnPropertyDescriptor(uint64_t objId, JSIDVariant id) returns (ReturnStatus rs, PPropertyDescriptor result);
nested(inside_sync) sync DefineProperty(uint64_t objId, JSIDVariant id, PPropertyDescriptor descriptor) returns (ReturnStatus rs);
nested(inside_sync) sync Delete(uint64_t objId, JSIDVariant id) returns (ReturnStatus rs);