Skip to content
Snippets Groups Projects
Commit 8d446b0a authored by Leo Balter's avatar Leo Balter Committed by GitHub
Browse files

Merge pull request #935 from leobalter/fix-case-sensitive

Fix case sensitive
parents a9d9ab1a db9dc643
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
desc: Object Spread operator results in error when there is an getter that throws an exception desc: Object Spread operator results in error when there is an getter that throws an exception
template: Error template: error
esid: pending esid: pending
info: | info: |
Pending Runtime Semantics: PropertyDefinitionEvaluation Pending Runtime Semantics: PropertyDefinitionEvaluation
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/spread/mult-err-obj-getter-throws.case // - src/spread/mult-err-obj-getter-throws.case
// - src/spread/Error/array.template // - src/spread/error/array.template
/*--- /*---
description: Object Spread operator results in error when there is an getter that throws an exception (Array initializer) description: Object Spread operator results in error when there is an getter that throws an exception (Array initializer)
esid: sec-runtime-semantics-arrayaccumulation esid: sec-runtime-semantics-arrayaccumulation
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/spread/mult-err-obj-getter-throws.case // - src/spread/mult-err-obj-getter-throws.case
// - src/spread/Error/call-expr.template // - src/spread/error/call-expr.template
/*--- /*---
description: Object Spread operator results in error when there is an getter that throws an exception (CallExpression) description: Object Spread operator results in error when there is an getter that throws an exception (CallExpression)
esid: sec-function-calls-runtime-semantics-evaluation esid: sec-function-calls-runtime-semantics-evaluation
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/spread/mult-err-obj-getter-throws.case // - src/spread/mult-err-obj-getter-throws.case
// - src/spread/Error/member-expr.template // - src/spread/error/member-expr.template
/*--- /*---
description: Object Spread operator results in error when there is an getter that throws an exception (`new` operator) description: Object Spread operator results in error when there is an getter that throws an exception (`new` operator)
esid: sec-new-operator-runtime-semantics-evaluation esid: sec-new-operator-runtime-semantics-evaluation
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/spread/mult-err-obj-getter-throws.case // - src/spread/mult-err-obj-getter-throws.case
// - src/spread/Error/super-call.template // - src/spread/error/super-call.template
/*--- /*---
description: Object Spread operator results in error when there is an getter that throws an exception (SuperCall) description: Object Spread operator results in error when there is an getter that throws an exception (SuperCall)
esid: sec-super-keyword-runtime-semantics-evaluation esid: sec-super-keyword-runtime-semantics-evaluation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment