Lines Matching refs:IdlArray
148 self.IdlArray = function() class
198 IdlArray.prototype.add_idls = function(raw_idls, options) class
204 IdlArray.prototype.add_untested_idls = function(raw_idls, options)
212 IdlArray.prototype.mark_as_untested = function (parsed_idls)
224 IdlArray.prototype.is_excluded_by_options = function (name, options)
231 IdlArray.prototype.add_dependency_idls = function(raw_idls, options)
351 IdlArray.prototype.internal_add_idls = function(parsed_idls, options)
489 IdlArray.prototype.add_objects = function(dict)
505 IdlArray.prototype.prevent_multiple_testing = function(name)
511 IdlArray.prototype.recursively_get_implements = function(interface_name)
539 IdlArray.prototype.recursively_get_includes = function(interface_name)
567 IdlArray.prototype.is_json_type = function(type)
737 IdlArray.prototype.assert_throws = function(error, idlArrayFunc)
757 IdlArray.prototype.test = function()
846 IdlArray.prototype.collapse_partials = function()
927 IdlArray.prototype.assert_type_is = function(value, type)
3227 var idl_array = new IdlArray();