Bug 1065811 - Stop statically computing callability/constructibility on CPOWs. r=billm

This commit is contained in:
Bobby Holley
2014-09-25 13:13:29 +02:00
parent f204dd3faa
commit c504a51772
6 changed files with 103 additions and 10 deletions

View File

@@ -45,6 +45,9 @@ both:
rpc InstanceOf(uint64_t objId, JSIID iid) returns (ReturnStatus rs, bool instanceof);
rpc DOMInstanceOf(uint64_t objId, int prototypeID, int depth) returns (ReturnStatus rs, bool instanceof);
rpc IsCallable(uint64_t objId) returns (bool result);
rpc IsConstructor(uint64_t objId) returns (bool result);
parent:
async __delete__();
};