Backed out changeset 5992aea01aff (bug 1091964)

This commit is contained in:
Carsten "Tomcat" Book
2014-11-05 10:03:06 +01:00
parent 65ff9ec37a
commit 7824d7d4a9
7 changed files with 114 additions and 44 deletions

View File

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