Lines Matching defs:only
224 || options.only && !options.only.includes(name));
234 const new_options = { only: [] }
286 if (options && options.except && options.only) {
287 throw new IdlHarnessError("The only and except options can't be used together.");
293 // array.add_idls(idl, {only: ['A','B']}).
326 if (!new_options.only.includes(name)) {
327 new_options.only.push(name);
346 if (!new_options.only.includes(dep)) {
347 new_options.only.push(dep);
371 if (new_options.only.length) {
384 * .members) so that they'll be skipped by test() -- they'll only be
387 * options is a dictionary that can have an only or except member which are
388 * arrays. If only is given then only members, partials and interface
389 * targets listed will be added, and if except is given only those that
390 * aren't listed will be added. Only one of only and except can be used.
393 if (options && options.only && options.except)
395 throw new IdlHarnessError("The only and except options can't be used together.");
680 // ShadowRealm - only exposed with `"*"`.
1162 * This is only meaningful for things that support extended attributes,
1416 // If the interface object is not exposed, only test that. Members can't be
1850 // only way to get our hands on it. We only test that its class
2351 "property should be writable if and only if not unforgeable");
2354 "property should be configurable if and only if not unforgeable");
2628 "property should be writable if and only if not unforgeable");
2631 "property should be configurable if and only if not unforgeable");
3297 "property should be writable if and only if not unforgeable");
3302 "property should be configurable if and only if not unforgeable");
3456 * each source will only be included if they're already know to be a