Searched defs:get_inheritance_stack (Results 1 – 1 of 1) sorted by relevance
1197 IdlDictionary.prototype.get_inheritance_stack = function() { method in IdlDictionary1198 return IdlInterface.prototype.get_inheritance_stack.call(this); method in IdlInterface1327 IdlInterface.prototype.get_inheritance_stack = function() { method in IdlInterface