Home
last modified time | relevance | path

Searched refs:assignment (Results 1 – 25 of 983) sorted by relevance

12345678910>>...40

/third_party/gn/src/gn/
Dscope_unittest.cc54 LiteralNode assignment; in TEST() local
55 assignment.set_value(assignment_token); in TEST()
58 Value old_value(&assignment, "hello"); in TEST()
59 setup.scope()->SetValue("v", old_value, &assignment); in TEST()
61 setup.scope()->SetValue(private_var_name, old_value, &assignment); in TEST()
74 Value new_value(&assignment, "goodbye"); in TEST()
75 new_scope.SetValue("v", new_value, &assignment); in TEST()
79 &new_scope, Scope::MergeOptions(), &assignment, "error", &err)); in TEST()
93 &new_scope, Scope::MergeOptions(), &assignment, "error", &err)); in TEST()
100 Value new_value(&assignment, "goodbye"); in TEST()
[all …]
/third_party/typescript/tests/baselines/reference/
DdefiniteAssignmentAssertions.errors.txt2 …0,6): error TS1263: Declarations with initializers cannot also have definite assignment assertions.
3 …1,6): error TS1263: Declarations with initializers cannot also have definite assignment assertions.
4 …lFlow/definiteAssignmentAssertions.ts(22,13): error TS1255: A definite assignment assertion '!' is…
6 …ssignmentAssertions.ts(23,6): error TS1264: Declarations with definite assignment assertions must …
7 …olFlow/definiteAssignmentAssertions.ts(29,6): error TS1255: A definite assignment assertion '!' is…
8 …lFlow/definiteAssignmentAssertions.ts(35,15): error TS1255: A definite assignment assertion '!' is…
9 …signmentAssertions.ts(69,10): error TS1264: Declarations with definite assignment assertions must …
10 …,10): error TS1263: Declarations with initializers cannot also have definite assignment assertions.
11 …,10): error TS1263: Declarations with initializers cannot also have definite assignment assertions.
12 …lFlow/definiteAssignmentAssertions.ts(76,15): error TS1255: A definite assignment assertion '!' is…
[all …]
DassignmentLHSIsValue.errors.txt1 …/assignmentLHSIsValue.ts(6,21): error TS2364: The left-hand side of an assignment expression must …
2 …/assignmentLHSIsValue.ts(7,13): error TS2364: The left-hand side of an assignment expression must …
3 …/assignmentLHSIsValue.ts(8,21): error TS2364: The left-hand side of an assignment expression must …
4 …assignmentLHSIsValue.ts(11,18): error TS2364: The left-hand side of an assignment expression must …
5 …/assignmentLHSIsValue.ts(13,1): error TS2364: The left-hand side of an assignment expression must …
10 …/assignmentLHSIsValue.ts(27,1): error TS2364: The left-hand side of an assignment expression must …
11 …/assignmentLHSIsValue.ts(28,1): error TS2364: The left-hand side of an assignment expression must …
12 …/assignmentLHSIsValue.ts(29,1): error TS2364: The left-hand side of an assignment expression must …
13 …/assignmentLHSIsValue.ts(30,1): error TS2364: The left-hand side of an assignment expression must …
14 …/assignmentLHSIsValue.ts(31,1): error TS2364: The left-hand side of an assignment expression must …
[all …]
DdestructuringObjectBindingPatternAndAssignment1ES5.types2 // In a destructuring assignment expression, the type of the expression on the right must be assign…
3 // An expression of type S is considered assignable to an assignment target V if one of the followi…
5 // V is an object assignment pattern and, for each assignment property P in V,
15 // V is an object assignment pattern and, for each assignment property P in V,
57 // V is an object assignment pattern and, for each assignment property P in V,
101 // V is an object assignment pattern and, for each assignment property P in V,
DdestructuringObjectBindingPatternAndAssignment1ES6.types2 // In a destructuring assignment expression, the type of the expression on the right must be assign…
3 // An expression of type S is considered assignable to an assignment target V if one of the followi…
5 // V is an object assignment pattern and, for each assignment property P in V,
15 // V is an object assignment pattern and, for each assignment property P in V,
57 // V is an object assignment pattern and, for each assignment property P in V,
101 // V is an object assignment pattern and, for each assignment property P in V,
DcompoundAssignmentLHSIsValue.errors.txt2 …ndAssignmentLHSIsValue.ts(8,9): error TS2364: The left-hand side of an assignment expression must …
4 …dAssignmentLHSIsValue.ts(12,9): error TS2364: The left-hand side of an assignment expression must …
6 …dAssignmentLHSIsValue.ts(16,9): error TS2364: The left-hand side of an assignment expression must …
7 …dAssignmentLHSIsValue.ts(21,5): error TS2364: The left-hand side of an assignment expression must …
8 …dAssignmentLHSIsValue.ts(22,5): error TS2364: The left-hand side of an assignment expression must …
10 …dAssignmentLHSIsValue.ts(26,1): error TS2364: The left-hand side of an assignment expression must …
19 …dAssignmentLHSIsValue.ts(44,1): error TS2364: The left-hand side of an assignment expression must …
21 …dAssignmentLHSIsValue.ts(45,1): error TS2364: The left-hand side of an assignment expression must …
23 …dAssignmentLHSIsValue.ts(47,1): error TS2364: The left-hand side of an assignment expression must …
25 …dAssignmentLHSIsValue.ts(49,1): error TS2364: The left-hand side of an assignment expression must …
[all …]
DpropertyAccessChain.3.errors.txt9 …propertyAccessChain.3.ts(13,1): error TS2779: The left-hand side of an assignment expression may n…
10 …propertyAccessChain.3.ts(14,1): error TS2779: The left-hand side of an assignment expression may n…
11 …propertyAccessChain.3.ts(15,1): error TS2779: The left-hand side of an assignment expression may n…
12 …propertyAccessChain.3.ts(16,1): error TS2779: The left-hand side of an assignment expression may n…
17 …propertyAccessChain.3.ts(23,7): error TS2779: The left-hand side of an assignment expression may n…
18 …propertyAccessChain.3.ts(24,7): error TS2779: The left-hand side of an assignment expression may n…
19 …ertyAccessChain.3.ts(25,7): error TS2778: The target of an object rest assignment may not be an op…
20 …ertyAccessChain.3.ts(26,7): error TS2778: The target of an object rest assignment may not be an op…
21 …propertyAccessChain.3.ts(27,5): error TS2779: The left-hand side of an assignment expression may n…
22 …propertyAccessChain.3.ts(28,5): error TS2779: The left-hand side of an assignment expression may n…
[all …]
DelementAccessChain.3.errors.txt9 …/elementAccessChain.3.ts(13,1): error TS2779: The left-hand side of an assignment expression may n…
10 …/elementAccessChain.3.ts(14,1): error TS2779: The left-hand side of an assignment expression may n…
11 …/elementAccessChain.3.ts(15,1): error TS2779: The left-hand side of an assignment expression may n…
12 …/elementAccessChain.3.ts(16,1): error TS2779: The left-hand side of an assignment expression may n…
17 …/elementAccessChain.3.ts(23,7): error TS2779: The left-hand side of an assignment expression may n…
18 …/elementAccessChain.3.ts(24,7): error TS2779: The left-hand side of an assignment expression may n…
19 …mentAccessChain.3.ts(25,7): error TS2778: The target of an object rest assignment may not be an op…
20 …mentAccessChain.3.ts(26,7): error TS2778: The target of an object rest assignment may not be an op…
21 …/elementAccessChain.3.ts(27,5): error TS2779: The left-hand side of an assignment expression may n…
22 …/elementAccessChain.3.ts(28,5): error TS2779: The left-hand side of an assignment expression may n…
[all …]
DdestructionAssignmentError.errors.txt2 …s, so if you intended to write a destructuring assignment, you might need to wrap the the whole as…
4 …s, so if you intended to write a destructuring assignment, you might need to wrap the the whole as…
17 …s, so if you intended to write a destructuring assignment, you might need to wrap the the whole as…
27 …s, so if you intended to write a destructuring assignment, you might need to wrap the the whole as…
DambientExportDefaultErrors.errors.txt1 tests/cases/compiler/foo.d.ts(1,16): error TS2714: The expression of an export assignment must be a…
2 tests/cases/compiler/foo2.d.ts(1,10): error TS2714: The expression of an export assignment must be …
3 tests/cases/compiler/indirection.d.ts(3,20): error TS2714: The expression of an export assignment m…
4 tests/cases/compiler/indirection2.d.ts(3,14): error TS2714: The expression of an export assignment
17 !!! error TS2714: The expression of an export assignment must be an identifier or qualified name in…
23 !!! error TS2714: The expression of an export assignment must be an identifier or qualified name in…
31 !!! error TS2714: The expression of an export assignment must be an identifier or qualified name in…
39 !!! error TS2714: The expression of an export assignment must be an identifier or qualified name in…
DdestructuringObjectBindingPatternAndAssignment1ES6.symbols2 // In a destructuring assignment expression, the type of the expression on the right must be assign…
3 // An expression of type S is considered assignable to an assignment target V if one of the followi…
5 // V is an object assignment pattern and, for each assignment property P in V,
14 // V is an object assignment pattern and, for each assignment property P in V,
42 // V is an object assignment pattern and, for each assignment property P in V,
82 // V is an object assignment pattern and, for each assignment property P in V,
DdestructuringObjectBindingPatternAndAssignment1ES5.symbols2 // In a destructuring assignment expression, the type of the expression on the right must be assign…
3 // An expression of type S is considered assignable to an assignment target V if one of the followi…
5 // V is an object assignment pattern and, for each assignment property P in V,
14 // V is an object assignment pattern and, for each assignment property P in V,
42 // V is an object assignment pattern and, for each assignment property P in V,
82 // V is an object assignment pattern and, for each assignment property P in V,
DnamespaceAssignmentToRequireAlias.types8 u.assignment.nested = true
9 >u.assignment.nested = true : true
10 >u.assignment.nested : any
11 >u.assignment : any
13 >assignment : any
DdestructuringArrayBindingPatternAndAssignment1ES5.errors.txt24 …// In a destructuring assignment expression, the type of the expression on the right must be assig…
25 …// An expression of type S is considered assignable to an assignment target V if one of the follow…
27 …// V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and,…
33 …// V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and,…
35 // where N is the numeric index of E in the array assignment pattern, or
DdestructuringArrayBindingPatternAndAssignment1ES5iterable.errors.txt24 …// In a destructuring assignment expression, the type of the expression on the right must be assig…
25 …// An expression of type S is considered assignable to an assignment target V if one of the follow…
27 …// V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and,…
33 …// V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and,…
35 // where N is the numeric index of E in the array assignment pattern, or
DdestructuringArrayBindingPatternAndAssignment1ES6.errors.txt24 …// In a destructuring assignment expression, the type of the expression on the right must be assig…
25 …// An expression of type S is considered assignable to an assignment target V if one of the follow…
27 …// V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and,…
33 …// V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and,…
35 // where N is the numeric index of E in the array assignment pattern, or
DdefiniteAssignmentAssertions.types14 // Suppress definite assignment check in constructor
31 // Definite assignment assertion requires type annotation, no initializer, no static modifier
51 // Definite assignment assertion not permitted in ambient context
60 // Definite assignment assertion not permitted on abstract property
69 // Suppress definite assignment check for variable
136 // Definite assignment assertion requires type annotation and no initializer
153 // Definite assignment assertion not permitted in ambient context
DfunctionExpressionNames.types66 >A = function () { this.a = 'assignment'} : typeof A
68 >function () { this.a = 'assignment'} : typeof A
70 this.a = 'assignment'
71 >this.a = 'assignment' : "assignment"
75 >'assignment' : "assignment"
DdestructuringArrayBindingPatternAndAssignment1ES5iterable.types19 // In a destructuring assignment expression, the type of the expression on the right must be assign…
20 // An expression of type S is considered assignable to an assignment target V if one of the followi…
22 // V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and, …
37 // V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and, …
39 // where N is the numeric index of E in the array assignment pattern, or
DdestructuringArrayBindingPatternAndAssignment1ES5.types19 // In a destructuring assignment expression, the type of the expression on the right must be assign…
20 // An expression of type S is considered assignable to an assignment target V if one of the followi…
22 // V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and, …
37 // V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and, …
39 // where N is the numeric index of E in the array assignment pattern, or
DdestructuringArrayBindingPatternAndAssignment1ES6.types19 // In a destructuring assignment expression, the type of the expression on the right must be assign…
20 // An expression of type S is considered assignable to an assignment target V if one of the followi…
22 // V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and, …
37 // V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and, …
39 // where N is the numeric index of E in the array assignment pattern, or
DdestructuringArrayBindingPatternAndAssignment2.types2 // V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and, …
14 // V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and, …
16 // where N is the numeric index of E in the array assignment pattern, or
49 // V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and, …
DpreserveValueImports(isolatedmodules=false).errors.txt1 tests/cases/conformance/externalModules/typeOnly/d.ts(1,1): error TS1203: Export assignment cannot …
2 tests/cases/conformance/externalModules/typeOnly/e.ts(1,1): error TS1202: Import assignment cannot …
3 tests/cases/conformance/externalModules/typeOnly/e.ts(2,1): error TS1202: Import assignment cannot …
21 !!! error TS1203: Export assignment cannot be used when targeting ECMAScript modules. Consider usin…
26 !!! error TS1202: Import assignment cannot be used when targeting ECMAScript modules. Consider usin…
29 !!! error TS1202: Import assignment cannot be used when targeting ECMAScript modules. Consider usin…
DdestructuringArrayBindingPatternAndAssignment1ES6.symbols19 // In a destructuring assignment expression, the type of the expression on the right must be assign…
20 // An expression of type S is considered assignable to an assignment target V if one of the followi…
22 // V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and, …
35 // V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and, …
37 // where N is the numeric index of E in the array assignment pattern, or
/third_party/python/Doc/reference/
Dsimple_stmts.rst75 single: = (equals); assignment statement
76 pair: assignment; statement
80 pair: attribute; assignment
99 An assignment statement evaluates the expression list (remember that this can be
110 or slicing), the mutable object must ultimately perform the assignment and
111 decide about its validity, and may raise an exception if the assignment is
115 .. index:: triple: target; list; assignment
117 single: * (asterisk); in assignment target list
118 single: [] (square brackets); in assignment target list
119 single: () (parentheses); in assignment target list
[all …]

12345678910>>...40