Home
last modified time | relevance | path

Searched refs:constructors (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/third_party/typescript/tests/baselines/reference/
DerrorSuperCalls.errors.txt2 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
3 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
4 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
5 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
6 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
7 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
8 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
9 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
11 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
12 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
[all …]
DillegalSuperCallsInConstructor.errors.txt2 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
3 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
4 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
6 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
8 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
22 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
26 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
30 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
40 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
52 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
DderivedClassSuperCallsInNonConstructorMembers.errors.txt4 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
5 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
6 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
10 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
11 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
12 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
33 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
38 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
44 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
57 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
[all …]
DsuperCallOutsideConstructor.errors.txt1 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
2 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
3 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
14 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
22 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
28 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
DderivedClassConstructorWithoutSuperCall.errors.txt3 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
5 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
9 // derived class constructors must contain a super call
33 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
45 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
DsuperCallFromFunction1.errors.txt1 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
8 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
DtypeOfThisInStaticMembers6.errors.txt1 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
12 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
DparserSuperExpression2.errors.txt1 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
10 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
DclassStaticBlock6.errors.txt8 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
9 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
53 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
68 …or TS2337: Super calls are not permitted outside constructors or in nested functions inside constr…
DclassExtendingClassLikeType.errors.txt3 …eclarations/classExtendingClassLikeType.ts(56,18): error TS2510: Base constructors must all have t…
52 // Error, no constructors with three type arguments
68 !!! error TS2510: Base constructors must all have the same return type.
DinterfaceWithConstructSignaturesThatHidesBaseSignature2.types9 new (): { a: number }; // constructors not checked for conformance like a call signature is
DunderscoreThisInDerivedClass02.types5 // Errors on '_this' should be reported in derived constructors,
DunderscoreThisInDerivedClass02.symbols5 // Errors on '_this' should be reported in derived constructors,
DanyAsConstructor.errors.txt13 // grammar allows this for constructors
DanyAsConstructor.types25 // grammar allows this for constructors
/third_party/mbedtls/tests/scripts/
Dgenerate_psa_tests.py104 self.constructors = self.read_psa_interface()
108 constructors: macro_collector.PSAMacroEnumerator
112 constructors.key_types.discard('PSA_KEY_TYPE_DH_KEY_PAIR')
113 constructors.key_types.discard('PSA_KEY_TYPE_DH_PUBLIC_KEY')
114 constructors.key_types.discard('PSA_KEY_TYPE_DSA_KEY_PAIR')
115 constructors.key_types.discard('PSA_KEY_TYPE_DSA_PUBLIC_KEY')
119 constructors = macro_collector.InputsForTest()
124 constructors.parse_header(header_file_name)
126 constructors.parse_test_cases(test_cases)
127 self.remove_unwanted_macros(constructors)
[all …]
/third_party/node/lib/internal/
Derror_serdes.js81 const constructors = [];
88 ObjectDefineProperty(constructors, constructors.length, {
95 return constructors;
120 const constructors = GetConstructors(error);
121 for (let i = 0; i < constructors.length; i++) {
122 const name = GetName(constructors[i]);
/third_party/python/Lib/test/
Dtest_hashlib.py132 for algorithm, constructors in self.constructors_to_test.items():
133 constructors.add(getattr(hashlib, algorithm))
138 constructors.add(_test_algorithm_via_hashlib_new)
147 for algorithm, constructors in self.constructors_to_test.items():
156 constructors.add(constructor)
193 constructors = self.constructors_to_test.values()
194 return itertools.chain.from_iterable(constructors)
349 constructors = self.constructors_to_test[name]
351 self.assertGreaterEqual(len(constructors), 2)
352 for hash_object_constructor in constructors:
[all …]
Dtest_contains.py74 constructors = list, tuple, dict.fromkeys, set, frozenset, deque
75 for constructor in constructors:
/third_party/glslang/Test/
Dhlsl.constructimat.frag3 // integer mat constructors
19 // unsigned integer mat constructors
35 // boolean mat constructors
/third_party/skia/experimental/tskit/go/gen_types/
Dgen_types.go105 currentWasmObject.constructors = append(currentWasmObject.constructors, export)
193 sort.Strings(obj.constructors)
195 for _, c := range obj.constructors {
240 constructors []string member
/third_party/node/tools/doc/
Dapilinks.mjs68 const exported = { constructors: [], identifiers: [] }; property
97 exported.constructors.push(rhs.callee.name);
103 exported.constructors.push(property.value.name);
121 exported.constructors.push(decl.id.name);
151 if (!exported.constructors.includes(object.name)) return;
180 if (!exported.constructors.includes(statement.id.name)) return;
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.shaders.arrays.txt25 + Array definition and constructors
31 + Negative tests for illegal C-style constructors
/third_party/python/Doc/library/
Dcopyreg.rst18 information about object constructors which are not classes.
19 Such constructors may be factory functions or class instances.
/third_party/lzma/C/
Dwarn_clang.mak13 -Wno-global-constructors \

12345678910>>...14