Home
last modified time | relevance | path

Searched refs:strict (Results 1 – 25 of 1686) sorted by relevance

12345678910>>...68

/third_party/typescript/tests/baselines/reference/
DstrictModeReservedWordInClassDeclaration.errors.txt1 …fier expected. 'private' is a reserved word in strict mode. Class definitions are automatically in…
2 …ifier expected. 'public' is a reserved word in strict mode. Class definitions are automatically in…
3 …ifier expected. 'static' is a reserved word in strict mode. Class definitions are automatically in…
4 …fier expected. 'private' is a reserved word in strict mode. Class definitions are automatically in…
5 …ifier expected. 'public' is a reserved word in strict mode. Class definitions are automatically in…
6 …ifier expected. 'static' is a reserved word in strict mode. Class definitions are automatically in…
7 …ifier expected. 'public' is a reserved word in strict mode. Class definitions are automatically in…
8 …ifier expected. 'public' is a reserved word in strict mode. Class definitions are automatically in…
9 …entifier expected. 'let' is a reserved word in strict mode. Class definitions are automatically in…
10 …fier expected. 'private' is a reserved word in strict mode. Class definitions are automatically in…
[all …]
DfunctionWithUseStrictAndSimpleParameterList_es2016.types7 "use strict";
8 >"use strict" : "use strict"
24 "use strict";
25 >"use strict" : "use strict"
38 'use strict';
39 >'use strict' : "use strict"
48 'use strict';
49 >'use strict' : "use strict"
57 'use strict';
58 >'use strict' : "use strict"
[all …]
DfunctionWithUseStrictAndSimpleParameterList.types7 "use strict";
8 >"use strict" : "use strict"
24 "use strict";
25 >"use strict" : "use strict"
38 'use strict';
39 >'use strict' : "use strict"
48 'use strict';
49 >'use strict' : "use strict"
57 'use strict';
58 >'use strict' : "use strict"
[all …]
DfunctionWithUseStrictAndSimpleParameterList_es2016.errors.txt1 …meterList_es2016.ts(1,12): error TS1346: This parameter is not allowed with 'use strict' directive.
2 …onWithUseStrictAndSimpleParameterList_es2016.ts(2,5): error TS1347: 'use strict' directive cannot …
3 …eterList_es2016.ts(15,15): error TS1346: This parameter is not allowed with 'use strict' directive.
4 …nWithUseStrictAndSimpleParameterList_es2016.ts(16,5): error TS1347: 'use strict' directive cannot …
5 …eterList_es2016.ts(19,16): error TS1346: This parameter is not allowed with 'use strict' directive.
6 …eterList_es2016.ts(19,23): error TS1346: This parameter is not allowed with 'use strict' directive.
7 …nWithUseStrictAndSimpleParameterList_es2016.ts(20,5): error TS1347: 'use strict' directive cannot …
8 …eterList_es2016.ts(23,23): error TS1346: This parameter is not allowed with 'use strict' directive.
9 …nWithUseStrictAndSimpleParameterList_es2016.ts(24,5): error TS1347: 'use strict' directive cannot …
10 …eterList_es2016.ts(27,31): error TS1346: This parameter is not allowed with 'use strict' directive.
[all …]
DstrictModeReservedWord.errors.txt2 …eservedWord.ts(5,9): error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
3 …eservedWord.ts(6,9): error TS1212: Identifier expected. 'static' is a reserved word in strict mode.
4 …deReservedWord.ts(7,9): error TS1212: Identifier expected. 'let' is a reserved word in strict mode.
6 …servedWord.ts(8,9): error TS1212: Identifier expected. 'package' is a reserved word in strict mode.
8 …ervedWord.ts(9,14): error TS1212: Identifier expected. 'package' is a reserved word in strict mode.
10 …rvedWord.ts(10,18): error TS1212: Identifier expected. 'private' is a reserved word in strict mode.
11 …dWord.ts(10,27): error TS1212: Identifier expected. 'implements' is a reserved word in strict mode.
12 …ReservedWord.ts(10,39): error TS1212: Identifier expected. 'let' is a reserved word in strict mode.
13 …dWord.ts(11,18): error TS1212: Identifier expected. 'implements' is a reserved word in strict mode.
14 …edWord.ts(11,30): error TS1212: Identifier expected. 'protected' is a reserved word in strict mode.
[all …]
DstrictModeInConstructor.types17 "use strict"; // No error
18 >"use strict" : "use strict"
39 "use strict";
40 >"use strict" : "use strict"
67 "use strict";
68 >"use strict" : "use strict"
81 "use strict"; // No error
82 >"use strict" : "use strict"
103 "use strict";
104 >"use strict" : "use strict"
[all …]
DconvertKeywordsYes.errors.txt2 …r expected. 'implements' is a reserved word in strict mode. Class definitions are automatically in…
3 …er expected. 'interface' is a reserved word in strict mode. Class definitions are automatically in…
4 …entifier expected. 'let' is a reserved word in strict mode. Class definitions are automatically in…
5 …fier expected. 'package' is a reserved word in strict mode. Class definitions are automatically in…
6 …fier expected. 'private' is a reserved word in strict mode. Class definitions are automatically in…
7 …er expected. 'protected' is a reserved word in strict mode. Class definitions are automatically in…
8 …ifier expected. 'public' is a reserved word in strict mode. Class definitions are automatically in…
9 …ifier expected. 'static' is a reserved word in strict mode. Class definitions are automatically in…
10 …tifier expected. 'yield' is a reserved word in strict mode. Class definitions are automatically in…
14 // reserved ES5 future in strict mode
[all …]
DjsFileCompilationBindStrictModeErrors.errors.txt2 …ses/compiler/a.js(7,5): error TS1212: Identifier expected. 'let' is a reserved word in strict mode.
3 tests/cases/compiler/a.js(8,8): error TS1102: 'delete' cannot be called on an identifier in strict
5 tests/cases/compiler/a.js(10,10): error TS1100: Invalid use of 'eval' in strict mode.
6 tests/cases/compiler/a.js(12,10): error TS1100: Invalid use of 'arguments' in strict mode.
7 tests/cases/compiler/a.js(15,1): error TS1101: 'with' statements are not allowed in strict mode.
9 …7): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
10 …entifier expected. 'let' is a reserved word in strict mode. Class definitions are automatically in…
11 …4: Identifier expected. 'let' is a reserved word in strict mode. Modules are automatically in stri…
12 …/compiler/c.js(2,5): error TS1215: Invalid use of 'eval'. Modules are automatically in strict mode.
17 "use strict";
[all …]
DstrictModeReservedWordInDestructuring.errors.txt1 …structuring.ts(2,6): error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
2 …tructuring.ts(3,10): error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
3 …tructuring.ts(4,7): error TS1212: Identifier expected. 'private' is a reserved word in strict mode.
4 …tructuring.ts(5,15): error TS1212: Identifier expected. 'static' is a reserved word in strict mode.
5 …ructuring.ts(5,38): error TS1212: Identifier expected. 'package' is a reserved word in strict mode.
6 …structuring.ts(6,7): error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
7 …cturing.ts(6,15): error TS1212: Identifier expected. 'protected' is a reserved word in strict mode.
11 "use strict"
14 !!! error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
17 !!! error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
[all …]
DstrictModeReservedWord2.errors.txt1 …ervedWord2.ts(2,11): error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
2 …dWord2.ts(3,11): error TS1212: Identifier expected. 'implements' is a reserved word in strict mode.
3 …ervedWord2.ts(4,9): error TS1212: Identifier expected. 'package' is a reserved word in strict mode.
4 …edWord2.ts(4,18): error TS1212: Identifier expected. 'protected' is a reserved word in strict mode.
5 …ervedWord2.ts(6,6): error TS1212: Identifier expected. 'package' is a reserved word in strict mode.
6 …vedWord2.ts(13,12): error TS1212: Identifier expected. 'private' is a reserved word in strict mode.
10 "use strict"
13 !!! error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
16 !!! error TS1212: Identifier expected. 'implements' is a reserved word in strict mode.
19 !!! error TS1212: Identifier expected. 'package' is a reserved word in strict mode.
[all …]
DcapturedLetConstInLoop12.types3 >(function() { "use strict"; for (let i = 0; i < 4; i++) { (() => [i] = [i + 1])(); …
4 >(function() { "use strict"; for (let i = 0; i < 4; i++) { (() => [i] = [i + 1])(); …
5 >function() { "use strict"; for (let i = 0; i < 4; i++) { (() => [i] = [i + 1])(); …
7 "use strict";
8 >"use strict" : "use strict"
34 >(function() { "use strict"; for (let i = 0; i < 4; i++) { (() => ({a:i} = {a:i + 1}))…
35 >(function() { "use strict"; for (let i = 0; i < 4; i++) { (() => ({a:i} = {a:i + 1}))…
36 >function() { "use strict"; for (let i = 0; i < 4; i++) { (() => ({a:i} = {a:i + 1}))(…
38 "use strict";
39 >"use strict" : "use strict"
DunaryOperatorsInStrictMode.errors.txt1 …es/compiler/unaryOperatorsInStrictMode.ts(3,3): error TS1100: Invalid use of 'eval' in strict mode.
3 …es/compiler/unaryOperatorsInStrictMode.ts(4,3): error TS1100: Invalid use of 'eval' in strict mode.
5 …mpiler/unaryOperatorsInStrictMode.ts(5,3): error TS1100: Invalid use of 'arguments' in strict mode.
7 …mpiler/unaryOperatorsInStrictMode.ts(6,3): error TS1100: Invalid use of 'arguments' in strict mode.
9 …es/compiler/unaryOperatorsInStrictMode.ts(7,1): error TS1100: Invalid use of 'eval' in strict mode.
11 …es/compiler/unaryOperatorsInStrictMode.ts(8,1): error TS1100: Invalid use of 'eval' in strict mode.
13 …mpiler/unaryOperatorsInStrictMode.ts(9,1): error TS1100: Invalid use of 'arguments' in strict mode.
15 …piler/unaryOperatorsInStrictMode.ts(10,1): error TS1100: Invalid use of 'arguments' in strict mode.
20 "use strict"
24 !!! error TS1100: Invalid use of 'eval' in strict mode.
[all …]
DstrictModeReservedWordInModuleDeclaration.errors.txt1 …Declaration.ts(2,8): error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
2 …eclaration.ts(3,8): error TS1212: Identifier expected. 'private' is a reserved word in strict mode.
3 …Declaration.ts(4,8): error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
4 …eclaration.ts(6,8): error TS1212: Identifier expected. 'private' is a reserved word in strict mode.
5 …eclaration.ts(6,16): error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
9 "use strict"
12 !!! error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
15 !!! error TS1212: Identifier expected. 'private' is a reserved word in strict mode.
18 !!! error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
22 !!! error TS1212: Identifier expected. 'private' is a reserved word in strict mode.
[all …]
DplainJSBinderErrors.errors.txt4 … Identifier expected. 'yield' is a reserved word in strict mode. Modules are automatically in stri…
6 … Identifier expected. 'yield' is a reserved word in strict mode. Modules are automatically in stri…
8 …nJSBinderErrors.js(15,20): error TS1102: 'delete' cannot be called on an identifier in strict mode.
9 …nJSBinderErrors.js(18,16): error TS1102: 'delete' cannot be called on an identifier in strict mode.
10 …nJSBinderErrors.js(19,16): error TS1102: 'delete' cannot be called on an identifier in strict mode.
11 …5): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
12 …5): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
13 …salsa/plainJSBinderErrors.js(27,9): error TS1101: 'with' statements are not allowed in strict mode.
16 …nderErrors.js(39,7): error TS1215: Invalid use of 'eval'. Modules are automatically in strict mode.
17 …rrors.js(40,7): error TS1215: Invalid use of 'arguments'. Modules are automatically in strict mode.
[all …]
DstrictModeWordInImportDeclaration.errors.txt1 …dentifier expected. 'package' is a reserved word in strict mode. Modules are automatically in stri…
3 …dentifier expected. 'private' is a reserved word in strict mode. Modules are automatically in stri…
5 …Identifier expected. 'public' is a reserved word in strict mode. Modules are automatically in stri…
10 "use strict"
13 …dentifier expected. 'package' is a reserved word in strict mode. Modules are automatically in stri…
18 …dentifier expected. 'private' is a reserved word in strict mode. Modules are automatically in stri…
23 …Identifier expected. 'public' is a reserved word in strict mode. Modules are automatically in stri…
DjsFileCompilationBindStrictModeErrors.types2 "use strict";
3 >"use strict" : "use strict"
48 // this is not in strict mode but class definitions are always in strict mode
66 export var let = 10; // external modules are automatically in strict mode
77 "use strict";
78 >"use strict" : "use strict"
DcollisionArgumentsClassConstructor.errors.txt2 …1): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
3 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
4 …7): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
6 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
7 …7): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
8 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
9 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
10 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
12 …4): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
13 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
[all …]
DcollisionArgumentsClassMethod.errors.txt2 …0): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
3 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
4 …7): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
6 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
7 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
8 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
9 …9): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
10 …9): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
12 …6): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
13 …3): error TS1210: Code contained in a class is evaluated in JavaScript's strict mode which does no…
[all …]
/third_party/openssl/test/ssl-tests/
D12-ct.cnf7 test-2 = 2-ct-strict-without-scts
8 test-3 = 3-ct-strict-with-scts
10 test-5 = 5-ct-strict-resumption
67 [2-ct-strict-without-scts]
68 ssl_conf = 2-ct-strict-without-scts-ssl
70 [2-ct-strict-without-scts-ssl]
71 server = 2-ct-strict-without-scts-server
72 client = 2-ct-strict-without-scts-client
74 [2-ct-strict-without-scts-server]
79 [2-ct-strict-without-scts-client]
[all …]
/third_party/python/Lib/
Dmimetypes.py72 def __init__(self, filenames=(), strict=True): argument
84 self.read(name, strict)
86 def add_type(self, type, ext, strict=True): argument
98 self.types_map[strict][ext] = type
99 exts = self.types_map_inv[strict].setdefault(type, [])
103 def guess_type(self, url, strict=True): argument
156 elif strict:
166 def guess_all_extensions(self, type, strict=True): argument
179 if not strict:
185 def guess_extension(self, type, strict=True): argument
[all …]
/third_party/node/lib/internal/util/
Dcomparisons.js134 function innerDeepEqual(val1, val2, strict, memos) { argument
139 return strict ? ObjectIs(val1, val2) : true;
143 if (strict) {
178 const filter = strict ? ONLY_ENUMERABLE : ONLY_ENUMERABLE | SKIP_SYMBOLS;
184 return keyCheck(val1, val2, strict, memos, kIsArray, keys1);
186 return keyCheck(val1, val2, strict, memos, kNoIterator);
209 if (!strict && (isFloat32Array(val1) || isFloat64Array(val1))) {
219 const filter = strict ? ONLY_ENUMERABLE : ONLY_ENUMERABLE | SKIP_SYMBOLS;
225 return keyCheck(val1, val2, strict, memos, kNoIterator, keys1);
230 return keyCheck(val1, val2, strict, memos, kIsSet);
[all …]
/third_party/node/deps/icu-small/source/common/
Dutf_impl.cpp96 errorValue(int32_t count, int8_t strict) { in errorValue() argument
97 if(strict>=0) { in errorValue()
99 } else if(strict==-3) { in errorValue()
131 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) { in utf8_nextCharSafeBody() argument
148 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
155 if(strict!=-2) { in utf8_nextCharSafeBody()
162 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
185 c=errorValue(i-*pi, strict); in utf8_nextCharSafeBody()
236 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) { in utf8_prevCharSafeBody() argument
248 return errorValue(1, strict); in utf8_prevCharSafeBody()
[all …]
/third_party/icu/icu4c/source/common/
Dutf_impl.cpp96 errorValue(int32_t count, int8_t strict) { in errorValue() argument
97 if(strict>=0) { in errorValue()
99 } else if(strict==-3) { in errorValue()
131 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) { in utf8_nextCharSafeBody() argument
148 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
155 if(strict!=-2) { in utf8_nextCharSafeBody()
162 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
185 c=errorValue(i-*pi, strict); in utf8_nextCharSafeBody()
236 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) { in utf8_prevCharSafeBody() argument
248 return errorValue(1, strict); in utf8_prevCharSafeBody()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dutf_impl.cpp96 errorValue(int32_t count, int8_t strict) { in errorValue() argument
97 if(strict>=0) { in errorValue()
99 } else if(strict==-3) { in errorValue()
131 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) { in utf8_nextCharSafeBody() argument
148 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
155 if(strict!=-2) { in utf8_nextCharSafeBody()
162 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
185 c=errorValue(i-*pi, strict); in utf8_nextCharSafeBody()
236 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) { in utf8_prevCharSafeBody() argument
248 return errorValue(1, strict); in utf8_prevCharSafeBody()
[all …]
/third_party/gn/src/base/third_party/icu/
Dicu_utf.cc33 static UChar32 errorValue(int32_t count, int8_t strict) { in errorValue() argument
34 if (strict >= 0) { in errorValue()
36 } else if (strict == -3) { in errorValue()
69 UBool strict) { in utf8_nextCharSafeBody() argument
87 if (strict <= 0 || !CBU_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
94 if (strict != -2) { in utf8_nextCharSafeBody()
101 if (strict <= 0 || !CBU_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
124 c = errorValue(i - *pi, strict); in utf8_nextCharSafeBody()

12345678910>>...68