Bug 1091964 - [e10s] Cache isCallable and isConstructor for CPOWs (r=mrbkap)

This commit is contained in:
Bill McCloskey
2014-11-04 17:39:34 -08:00
parent df76390ad7
commit e4c6f4d046
7 changed files with 44 additions and 114 deletions

View File

@@ -46,9 +46,6 @@ 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__();
};