Searched refs:constructors (Results 1 – 25 of 334) sorted by relevance
12345678910>>...14
/third_party/typescript/tests/baselines/reference/ |
D | errorSuperCalls.errors.txt | 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… 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 …]
|
D | illegalSuperCallsInConstructor.errors.txt | 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… 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…
|
D | derivedClassSuperCallsInNonConstructorMembers.errors.txt | 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… 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 …]
|
D | superCallOutsideConstructor.errors.txt | 1 …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…
|
D | derivedClassConstructorWithoutSuperCall.errors.txt | 3 …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…
|
D | superCallFromFunction1.errors.txt | 1 …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…
|
D | typeOfThisInStaticMembers6.errors.txt | 1 …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…
|
D | parserSuperExpression2.errors.txt | 1 …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…
|
D | classStaticBlock6.errors.txt | 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… 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…
|
D | classExtendingClassLikeType.errors.txt | 3 …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.
|
D | interfaceWithConstructSignaturesThatHidesBaseSignature2.types | 9 new (): { a: number }; // constructors not checked for conformance like a call signature is
|
D | underscoreThisInDerivedClass02.types | 5 // Errors on '_this' should be reported in derived constructors,
|
D | underscoreThisInDerivedClass02.symbols | 5 // Errors on '_this' should be reported in derived constructors,
|
D | anyAsConstructor.errors.txt | 13 // grammar allows this for constructors
|
D | anyAsConstructor.types | 25 // grammar allows this for constructors
|
/third_party/mbedtls/tests/scripts/ |
D | generate_psa_tests.py | 104 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/ |
D | error_serdes.js | 81 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/ |
D | test_hashlib.py | 132 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 …]
|
D | test_contains.py | 74 constructors = list, tuple, dict.fromkeys, set, frozenset, deque 75 for constructor in constructors:
|
/third_party/glslang/Test/ |
D | hlsl.constructimat.frag | 3 // integer mat constructors 19 // unsigned integer mat constructors 35 // boolean mat constructors
|
/third_party/skia/experimental/tskit/go/gen_types/ |
D | gen_types.go | 105 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/ |
D | apilinks.mjs | 68 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/ |
D | functional.shaders.arrays.txt | 25 + Array definition and constructors 31 + Negative tests for illegal C-style constructors
|
/third_party/python/Doc/library/ |
D | copyreg.rst | 18 information about object constructors which are not classes. 19 Such constructors may be factory functions or class instances.
|
/third_party/lzma/C/ |
D | warn_clang.mak | 13 -Wno-global-constructors \
|
12345678910>>...14