This commit is contained in:
Roland Praml 2024-08-22 14:52:16 +02:00
Родитель 7869c06ff9
Коммит 75b1c26be5
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -41,7 +41,8 @@ public class SealedSharedScopeTest {
sharedScope,
"jsObj = {'bar': 42};\n"
// Some tests...
// + "Object.defineProperties(jsObj, { baz : { writable: true, value: 'aaa' }});\n"
// + "Object.defineProperties(jsObj, { baz : { writable: true, value: 'aaa'
// }});\n"
// + "Object.seal(jsObj);"
,
"init",