mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Add features flag for templates w/ Object spread and rest
This commit is contained in:
parent
54922174eb
commit
3f51de0c49
@ -8,6 +8,7 @@ desc: >
|
||||
template: default
|
||||
esid: pending
|
||||
includes: [propertyHelper.js]
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -6,6 +6,7 @@ desc: >
|
||||
RestBindingInitialization creates a new object even if lhs is an empty object
|
||||
template: default
|
||||
esid: pending
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -6,6 +6,7 @@ desc: >
|
||||
Rest deconstruction doesn't happen if getter return is abrupt
|
||||
template: error
|
||||
esid: pending
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -7,6 +7,7 @@ desc: >
|
||||
template: default
|
||||
esid: pending
|
||||
includes: [propertyHelper.js]
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -9,6 +9,7 @@ desc: >
|
||||
template: default
|
||||
esid: pending
|
||||
includes: [propertyHelper.js]
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -8,6 +8,7 @@ desc: >
|
||||
assignment.
|
||||
template: default
|
||||
esid: pending
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -10,6 +10,7 @@ esid: pending
|
||||
negative:
|
||||
phase: early
|
||||
type: SyntaxError
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -6,6 +6,7 @@ desc: >
|
||||
RestBindingInitialization creates a new object even if lhs is a Number
|
||||
template: default
|
||||
esid: pending
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -6,6 +6,7 @@ desc: >
|
||||
Rest object contains just source object's own properties
|
||||
template: default
|
||||
esid: pending
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -6,7 +6,7 @@ desc: >
|
||||
The object rest deconstruction assignment target should obey `const` semantics.
|
||||
template: error
|
||||
esid: pending
|
||||
features: [const]
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -6,6 +6,7 @@ desc: >
|
||||
Proper setting in the values for rest name equal to a property name.
|
||||
template: default
|
||||
esid: pending
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -7,6 +7,7 @@ desc: >
|
||||
template: default
|
||||
esid: pending
|
||||
includes: [propertyHelper.js]
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -6,6 +6,7 @@ desc: >
|
||||
RestBindingInitialization creats an object with indexes as property name
|
||||
template: default
|
||||
esid: pending
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -6,6 +6,7 @@ desc: >
|
||||
RestBindingInitialization creates a new object if lhs is a Symbol
|
||||
template: default
|
||||
esid: pending
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -7,6 +7,7 @@ desc: >
|
||||
binded as rest object.
|
||||
template: default
|
||||
esid: pending
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -8,6 +8,7 @@ desc: >
|
||||
template: default
|
||||
esid: pending
|
||||
includes: [propertyHelper.js]
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -7,6 +7,7 @@ desc: >
|
||||
used by CopyDataProperties
|
||||
template: error
|
||||
esid: pending
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- error
|
||||
|
@ -7,6 +7,7 @@ desc: >
|
||||
used by CopyDataProperties
|
||||
template: error
|
||||
esid: pending
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- error
|
||||
|
@ -7,6 +7,7 @@ desc: >
|
||||
template: default
|
||||
esid: pending
|
||||
includes: [propertyHelper.js]
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -7,6 +7,7 @@ desc: >
|
||||
template: default
|
||||
esid: pending
|
||||
includes: [propertyHelper.js]
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -8,6 +8,7 @@ desc: >
|
||||
assignment.
|
||||
template: default
|
||||
esid: pending
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -9,6 +9,7 @@ desc: >
|
||||
template: default
|
||||
esid: pending
|
||||
includes: [propertyHelper.js]
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- elems
|
||||
|
@ -7,6 +7,7 @@ desc: >
|
||||
template: default
|
||||
esid: pending
|
||||
includes: [propertyHelper.js]
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -7,6 +7,7 @@ desc: >
|
||||
template: default
|
||||
esid: pending
|
||||
includes: [propertyHelper.js]
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -7,6 +7,7 @@ desc: >
|
||||
template: default
|
||||
esid: pending
|
||||
includes: [propertyHelper.js]
|
||||
features: [object-rest]
|
||||
---*/
|
||||
|
||||
//- elems
|
||||
|
@ -14,7 +14,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- error
|
||||
|
@ -14,7 +14,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- error
|
||||
|
@ -15,7 +15,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- args
|
||||
|
@ -14,7 +14,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- args
|
||||
|
@ -15,7 +15,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -15,7 +15,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- args
|
||||
|
@ -14,7 +14,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- args
|
||||
|
@ -14,7 +14,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- args
|
||||
|
@ -15,7 +15,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -4,6 +4,7 @@
|
||||
desc: Getter in object literal is not evaluated
|
||||
template: default
|
||||
esid: pending
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -14,7 +14,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -14,7 +14,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -14,7 +14,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -14,7 +14,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- args
|
||||
|
@ -5,6 +5,7 @@ desc: Object Spread overriding immutable properties
|
||||
template: default
|
||||
esid: pending
|
||||
includes: [propertyHelper.js]
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -14,7 +14,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -4,6 +4,7 @@
|
||||
desc: Setter are not executed when redefined in Object Spread
|
||||
template: default
|
||||
esid: pending
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -4,6 +4,7 @@
|
||||
desc: Object Spread doesn't copy non-enumerable properties
|
||||
template: default
|
||||
esid: pending
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -15,7 +15,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -14,7 +14,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -14,7 +14,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- args
|
||||
|
@ -14,7 +14,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
@ -15,7 +15,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- args
|
||||
|
@ -14,7 +14,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- args
|
||||
|
@ -15,7 +15,7 @@ info: |
|
||||
3. ReturnIfAbrupt(fromValue).
|
||||
4. Let excludedNames be a new empty List.
|
||||
5. Return CopyDataProperties(object, fromValue, excludedNames).
|
||||
|
||||
features: [object-spread]
|
||||
---*/
|
||||
|
||||
//- setup
|
||||
|
Loading…
x
Reference in New Issue
Block a user