Home
last modified time | relevance | path

Searched refs:sourceTypes (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/fixtures/wpt/resources/
Dtestdriver-actions.js39 this.sourceTypes = new Map([["key", KeySource],
45 for (let sourceType of this.sourceTypes.keys()) {
49 for (let sourceType of this.sourceTypes.keys()) {
241 this.sources.get(type).set(name, new (this.sourceTypes.get(type))(parameters));
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingValveMutableTests.cpp3531 } sourceTypes[] = { in createMutableTestVariants() local
3606 for (const auto& srcType : sourceTypes) in createMutableTestVariants()
/third_party/typescript/src/compiler/
Dchecker.ts9476 …const sourceTypes = some(constructorTypes, t => !!(t.flags & ~TypeFlags.Nullable)) ? constructorTy… constant
9477 type = getUnionType(sourceTypes!);
15458 const sourceTypes = (types[j] as UnionType).types; constant
15459 const length = sourceTypes.length;
15460 constituents[j] = sourceTypes[n % length];
19432 const sourceTypes = source.types; constant
19433 for (const sourceType of sourceTypes) {
19487 const sourceTypes = source.types; constant
19488 if (source.flags & TypeFlags.Union && containsType(sourceTypes, target)) {
19491 const len = sourceTypes.length;
[all …]
/third_party/typescript/lib/
DtypingsInstaller.js58976 …var sourceTypes = ts.some(constructorTypes, function (t) { return !!(t.flags & ~98304 /* TypeFlags…
58977 type = getUnionType(sourceTypes);
64585 var sourceTypes = types[j].types;
64586 var length_5 = sourceTypes.length;
64587 constituents[j] = sourceTypes[n % length_5];
68275 var sourceTypes = source.types;
68276 for (var _i = 0, sourceTypes_1 = sourceTypes; _i < sourceTypes_1.length; _i++) {
68330 var sourceTypes = source.types;
68331 … if (source.flags & 1048576 /* TypeFlags.Union */ && containsType(sourceTypes, target)) {
68334 var len = sourceTypes.length;
[all …]
Dtsc.js48947 …var sourceTypes = ts.some(constructorTypes, function (t) { return !!(t.flags & ~98304); }) ? const…
48948 type = getUnionType(sourceTypes);
53876 var sourceTypes = types[j].types;
53877 var length_5 = sourceTypes.length;
53878 constituents[j] = sourceTypes[n % length_5];
57161 var sourceTypes = source.types;
57162 for (var _i = 0, sourceTypes_1 = sourceTypes; _i < sourceTypes_1.length; _i++) {
57215 var sourceTypes = source.types;
57216 if (source.flags & 1048576 && containsType(sourceTypes, target)) {
57219 var len = sourceTypes.length;
[all …]