mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02:00
If any of binding pattern entry's name is expession
`contains_expression()` should return true.
For example:
```js
function evalInComputedPropertyKey(
{[eval("var x = 'inner'")]: ignored}
) {}
```
`contains_expression()` should return true for the binding param in
this function.
67 KiB
67 KiB