Home | History | Annotate | Download | only in src

Lines Matching defs:assign

483   // Assign the exception value to the catch variable and make sure
747 // assign to it when evaluating the assignment for "const x =
922 // Determine if we need to assign to the variable if it already
925 bool assign = args.length() == 2;
938 // to assign to the property. When adding the property we take
981 if (found && !assign) {
987 // Assign the value (or undefined) to the property.
988 Object* value = (assign) ? args[1] : Heap::undefined_value();
1003 if (assign) {