Lines Matching defs:assign
602 // Assign the exception value to the catch variable and make sure
1092 // assign to it when evaluating the assignment for "const x =
1320 // Determine if we need to assign to the variable if it already
1323 bool assign = args.length() == 3;
1340 // to assign to the property.
1379 if (found && !assign) {
1385 // Assign the value (or undefined) to the property.
1386 Object* value = (assign) ? args[2] : isolate->heap()->undefined_value();
1402 if (assign) {