Lines Matching defs:IdlArray

8  * which is called by IdlArray.test().  An IdlObject is conceptually just
9 * "thing we want to run tests on", and an IdlArray is an array of IdlObjects
152 /// IdlArray ///
154 self.IdlArray = function()
194 IdlArray.prototype.add_idls = function(raw_idls, options)
200 IdlArray.prototype.add_untested_idls = function(raw_idls, options)
208 IdlArray.prototype.mark_as_untested = function (parsed_idls)
220 IdlArray.prototype.is_excluded_by_options = function (name, options)
227 IdlArray.prototype.add_dependency_idls = function(raw_idls, options)
232 IdlArray.prototype.internal_add_dependency_idls = function(parsed_idls, options)
376 IdlArray.prototype.internal_add_idls = function(parsed_idls, options)
485 IdlArray.prototype.add_objects = function(dict)
501 IdlArray.prototype.prevent_multiple_testing = function(name)
507 IdlArray.prototype.is_json_type = function(type)
689 * @param {Function} idlArrayFunc Function operating on an IdlArray that should throw.
691 IdlArray.prototype.assert_throws = function(error, idlArrayFunc)
711 IdlArray.prototype.test = function()
766 IdlArray.prototype.merge_partials = function()
867 IdlArray.prototype.merge_mixins = function()
900 IdlArray.prototype.are_duplicate_members = function(m1, m2) {
912 IdlArray.prototype.assert_type_is = function(value, type)
1173 // Used for IdlArray.prototype.assert_type_is
1184 /** A back-reference to our IdlArray. */
1213 /** A back-reference to our IdlArray. */
3218 // Used for IdlArray.prototype.assert_type_is
3237 // Used for IdlArray.prototype.assert_type_is
3255 // Used for IdlArray.prototype.assert_type_is
3279 /** A back-reference to our IdlArray. */
3464 var idl_array = new IdlArray();