[+] 2 Fine.
[+] 0) All fine: Missing getOwnPropertyNames.
See Section 15.2.3.4
See test/built-ins/Object/getOwnPropertyNames/15.2.3.4-0-1.js
[+] 1) All fine: Can't get Object.prototype.__proto__'s setter.
[+] 124 Fine.
[+] 0) All fine: Global object leaks from global function calls.
See https://bugs.webkit.org/show_bug.cgi?id=64250
See Section 10.2.1.2
[+] 1) All fine: Global object leaks from anonymous function calls.
See Section 10.4.3
[+] 2) All fine: Global leaks through strict this.
See Section 10.4.3
[+] 3) All fine: Global object leaks from built-in methods.
See https://bugs.webkit.org/show_bug.cgi?id=51097
https://bugs.webkit.org/show_bug.cgi?id=58338
https://code.google.com/p/v8/issues/detail?id=1437
https://connect.microsoft.com/IE/feedback/details/685430/global-object-leaks-from-built-in-methods
See Section 15.2.4.4
See test/built-ins/Object/prototype/valueOf/S15.2.4.4_A14.js
[+] 4) All fine: Global object leaks from globally called built-in methods.
See Section 10.2.1.2
See test/built-ins/Object/prototype/valueOf/S15.2.4.4_A15.js
[+] 5) All fine: Object.freeze is missing.
See https://bugs.webkit.org/show_bug.cgi?id=55736
See Section 15.2.3.9
[+] 6) All fine: A function.prototype's descriptor lies.
See https://code.google.com/p/v8/issues/detail?id=1530
https://code.google.com/p/v8/issues/detail?id=1570
See Section 15.2.3.3
[+] 7) All fine: Phantom callee on strict functions.
See https://bugs.webkit.org/show_bug.cgi?id=55537
See Section 15.2.3.4
See test/built-ins/Object/getOwnPropertyNames/S15.2.3.4_A1_T1.js
[+] 8) All fine: Strict delete returned false rather than throwing.
See Section 11.4.1
[+] 9) All fine: Non-deletable RegExp statics are a global communication channel.
See https://bugzilla.mozilla.org/show_bug.cgi?id=591846
http://wiki.ecmascript.org/doku.php?id=conventions:make_non-standard_properties_configurable
See Section 11.4.1
[+] 10) All fine: RegExp.exec leaks match globally.
See https://code.google.com/p/v8/issues/detail?id=1393
https://code.google.com/p/chromium/issues/detail?id=75740
https://bugzilla.mozilla.org/show_bug.cgi?id=635017
[+] 11) All fine: Function.prototype.bind is missing.
See https://bugs.webkit.org/show_bug.cgi?id=26382
https://bugs.webkit.org/show_bug.cgi?id=42371
See Section 15.3.4.5
[+] 12) All fine: Function.prototype.bind calls .apply rather than [[Call]].
See https://code.google.com/p/v8/issues/detail?id=892
[+] 13) All fine: Function.prototype.bind does not curry construction.
[+] 14) All fine: Date.prototype is a global communication channel.
See https://code.google.com/p/google-caja/issues/detail?id=1362
https://bugzilla.mozilla.org/show_bug.cgi?id=797686
https://bugzilla.mozilla.org/show_bug.cgi?id=861219
https://code.google.com/p/v8/issues/detail?id=3890
https://bugs.webkit.org/show_bug.cgi?id=141610
See Section 15.9.5
[+] 15) All fine: WeakMap.prototype is a global communication channel.
[+] 16) All fine: Date.prototype should be a plain object.
See https://bugzilla.mozilla.org/show_bug.cgi?id=797686
https://code.google.com/p/v8/issues/detail?id=3890
[+] 17) All fine: WeakMap.prototype should be a plain object.
See https://bugzilla.mozilla.org/show_bug.cgi?id=797686
https://code.google.com/p/v8/issues/detail?id=3890
[+] 18) All fine: RegExp.prototype should be a plain object.
See https://bugzilla.mozilla.org/show_bug.cgi?id=797686
https://code.google.com/p/v8/issues/detail?id=3890
[+] 19) All fine: Array forEach cannot be frozen while in progress.
See https://code.google.com/p/v8/issues/detail?id=1447
[+] 20) All fine: Array forEach converts primitive thisObj arg to object.
See https://code.google.com/p/v8/issues/detail?id=2273
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/forEach
[+] 21) All fine: Workaround undiagnosed need for dummy setter.
See https://code.google.com/p/chromium/issues/detail?id=94666
[+] 22) All fine: Getter on HTMLFormElement disappears.
See https://code.google.com/p/chromium/issues/detail?id=94666
https://code.google.com/p/v8/issues/detail?id=1651
https://code.google.com/p/google-caja/issues/detail?id=1401
See Section 15.2.3.6
[+] 23) All fine: Accessor properties inherit as own properties.
See https://bugzilla.mozilla.org/show_bug.cgi?id=637994
See Section 8.6.1
[+] 24) All fine: Array sort leaks global.
[+] 25) All fine: String replace leaks global.
See https://code.google.com/p/v8/issues/detail?id=1360
See test/built-ins/String/prototype/replace/S15.5.4.11_A12.js
[+] 26) All fine: getOwnPropertyDescriptor on strict "caller" fails.
See Section 15.2.3.3
[+] 27) All fine: strict_function.hasOwnProperty("caller") fails.
See https://bugs.webkit.org/show_bug.cgi?id=63398#c3
See Section 15.2.4.5
[+] 28) All fine: Cannot "in" caller on strict function.
See https://bugs.webkit.org/show_bug.cgi?id=63398
See Section 11.8.7
[+] 29) All fine: Cannot "in" arguments on strict function.
See https://bugs.webkit.org/show_bug.cgi?id=63398
See Section 11.8.7
[+] 30) All fine: Strict "caller" not poisoned.
See Section 13.2
[+] 31) All fine: Strict "arguments" not poisoned.
See Section 13.2
[+] 32) All fine: Built in functions leak "caller".
See https://code.google.com/p/v8/issues/detail?id=1643
https://code.google.com/p/v8/issues/detail?id=1548
https://bugzilla.mozilla.org/show_bug.cgi?id=591846
http://wiki.ecmascript.org/doku.php?id=conventions:make_non-standard_properties_configurable
[+] 33) All fine: Built in functions leak "arguments".
See https://code.google.com/p/v8/issues/detail?id=1643
https://code.google.com/p/v8/issues/detail?id=1548
https://bugzilla.mozilla.org/show_bug.cgi?id=591846
http://wiki.ecmascript.org/doku.php?id=conventions:make_non-standard_properties_configurable
[+] 34) All fine: Bound functions leak "caller".
See https://code.google.com/p/v8/issues/detail?id=893
https://bugs.webkit.org/show_bug.cgi?id=63398
See Section 15.3.4.5
[+] 35) All fine: Bound functions leak "arguments".
See https://code.google.com/p/v8/issues/detail?id=893
https://bugs.webkit.org/show_bug.cgi?id=63398
See Section 15.3.4.5
[+] 36) All fine: Deleting built-in leaves phantom behind.
See https://bugs.webkit.org/show_bug.cgi?id=70207
See Section 15.2.3.4
[+] 37) All fine: getOwnPropertyDescriptor on its own "caller" fails.
See https://code.google.com/p/v8/issues/detail?id=1769
See Section 13.2
[+] 38) All fine: JSON.parse confused by "__proto__".
See https://code.google.com/p/v8/issues/detail?id=621
https://code.google.com/p/v8/issues/detail?id=1310
See Section 15.12.2
[+] 39) All fine: Prototype still mutable on non-extensible object.
See https://bugs.webkit.org/show_bug.cgi?id=65832
https://bugs.webkit.org/show_bug.cgi?id=78438
See Section 8.6.2
[+] 40) All fine: Prototype still redefinable on non-extensible object.
See https://bugs.webkit.org/show_bug.cgi?id=65832
See Section 8.6.2
[+] 41) All fine: Defining __proto__ on non-extensible object fails silently.
See https://code.google.com/p/v8/issues/detail?id=2441
See Section 8.6.2
[+] 42) All fine: Setting a function's prototype with defineProperty doesn't change its value.
[+] 43) All fine: Strict eval function leaks variable definitions.
See https://code.google.com/p/v8/issues/detail?id=1624
See Section 10.4.2.1
[+] 44) All fine: Strict eval function leaks function definitions.
See https://code.google.com/p/v8/issues/detail?id=1624
See Section 10.4.2.1
[+] 45) All fine: Eval breaks masking of named functions in non-strict code.
See https://code.google.com/p/v8/issues/detail?id=2396
See Section 10.2
[+] 46) All fine: parseInt still parsing octal.
See https://code.google.com/p/v8/issues/detail?id=1645
See Section 15.1.2.2
[+] 47) All fine: E4X literals allowed in strict code.
[+] 48) All fine: Assignment can override frozen inherited property.
See https://code.google.com/p/v8/issues/detail?id=1169
https://code.google.com/p/v8/issues/detail?id=1475
https://mail.mozilla.org/pipermail/es-discuss/2011-November/017997.html
http://wiki.ecmascript.org/doku.php?id=strawman:fixing_override_mistake
See Section 8.12.4
[+] 49) All fine: Increment operators can mutate frozen properties.
See https://code.google.com/p/v8/issues/detail?id=2779
See Section 11.4.4
[+] 50) All fine: Array.prototype.pop ignores frozeness.
See https://bugs.webkit.org/show_bug.cgi?id=75788
See Section 15.4.4.6
[+] 51) All fine: Array.prototype.sort ignores frozeness.
[+] 52) All fine: Array.prototype.push ignores sealing.
[+] 53) All fine: Array.prototype.push does not throw on a frozen array.
See https://code.google.com/p/v8/issues/detail?id=2711
See Section 15.2.3.9
[+] 54) All fine: Array.prototype.push ignores frozen.
See https://code.google.com/p/v8/issues/detail?id=2711
See Section 15.2.3.9
[+] 55) All fine: Setting [].length can delete non-configurable elements.
See https://bugzilla.mozilla.org/show_bug.cgi?id=590690
See Section 15.4.5.2
[+] 56) All fine: Freezing an array does not make .length immutable.
See https://code.google.com/p/v8/issues/detail?id=2711
See Section 15.4.5.1
[+] 57) All fine: Extending an array can modify read-only array length.
[+] 58) All fine: Cannot redefine global NaN to itself.
See Section 8.12.9
[+] 59) All fine: Object.freeze falsely succeeds on other-frame objects.
See https://bugzilla.mozilla.org/show_bug.cgi?id=784892
[+] 60) All fine: Error instances have unexpected properties.
[+] 61) All fine: Error instances have invisible properties.
[+] 62) All fine: Strict getter must not box this, but does.
See https://bugs.ecmascript.org/show_bug.cgi?id=284
https://bugs.webkit.org/show_bug.cgi?id=79843
https://connect.microsoft.com/ie/feedback/details/727027
https://bugzilla.mozilla.org/show_bug.cgi?id=603201
https://bugzilla.mozilla.org/show_bug.cgi?id=732669
See Section 10.4.3
[+] 63) All fine: Non-strict getter must box this, but does not.
See https://bugs.ecmascript.org/show_bug.cgi?id=284
https://code.google.com/p/v8/issues/detail?id=1977
https://bugzilla.mozilla.org/show_bug.cgi?id=732669
See Section 10.4.3
[+] 64) All fine: All objects have non-configurable __proto__.
See https://code.google.com/p/v8/issues/detail?id=1310
https://mail.mozilla.org/pipermail/es-discuss/2013-March/029177.html
[+] 65) All fine: Freezing Object.prototype breaks prototype setting.
See https://code.google.com/p/v8/issues/detail?id=2565
See Section 15.2.3.5
[+] 66) All fine: Freezing Object.prototype breaks WeakMap.
[+] 67) All fine: %ThrowTypeError% is not unique.
[+] 68) All fine: %ThrowTypeError% is not frozen.
See https://bugs.webkit.org/show_bug.cgi?id=108873
See Section 13.2.3
[+] 69) All fine: %ThrowTypeError% has normal function properties.
See Section 13.2.3
[+] 70) All fine: SyntaxErrors aren't always early.
[+] 71) All fine: Function constructor does not verify syntax.
See https://code.google.com/p/google-caja/issues/detail?id=1616
https://code.google.com/p/v8/issues/detail?id=2470
https://bugs.webkit.org/show_bug.cgi?id=106160
See Section 15.3.2.1
[+] 72) All fine: Typed Array operations throw DOMException.
See Section 13.2.3
[+] 73) All fine: Typed Array prototypes look unfrozen.
See Section 15.2.3.9
[+] 74) All fine: Strict nested functions leak from block scope.
http://wiki.ecmascript.org/doku.php?id=conventions:recommendations_for_implementors
[+] 75) All fine: Numeric properties not reflectable on create()d objects.
See http://webreflection.blogspot.co.uk/2014/04/all-ie-objects-are-broken.html
See Section 8.12.6
[+] 76) All fine: Cannot deny access to unsafe %GeneratorFunction%.
See https://code.google.com/p/google-caja/issues/detail?id=1953
https://code.google.com/p/v8/issues/detail?id=3902
https://code.google.com/p/chromium/issues/detail?id=460145
https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorfunction.prototype.constructor
[+] 77) All fine: Import statement evaluates outside module source text.
[+] 78) All fine: The getter of __proto__ coerces "this" to global.
[+] 79) All fine: The setter of __proto__ coerces "this" to global.
[+] 80) All fine: Throwing a frozen object opens a capability leak.
[+] 81) All fine: Non-extensible objects can be extended.
[+] 82) All fine: getOwnPropertyDescriptors is missing.
See https://github.com/ljharb/Object.getOwnPropertyDescriptors
[+] 83) All fine: Array.prototype.splice ignores readonly on first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 84) All fine: Array.prototype.splice doesn't throw on readonly first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 85) All fine: Array.prototype.splice ignores non_writable on first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 86) All fine: Array.prototype.splice doesn't throw on non_writable first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 87) All fine: Array.prototype.splice ignores readonly on last property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 88) All fine: Array.prototype.splice doesn't throw on readonly last property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 89) All fine: Array.prototype.pop ignores readonly on last property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 90) All fine: Array.prototype.pop doesn't throw on readonly last property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 91) All fine: Array.prototype.unshift ignores readonly on first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 92) All fine: Array.prototype.unshift doesn't throw on readonly first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 93) All fine: Array.prototype.unshift ignores non_writable on first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 94) All fine: Array.prototype.unshift doesn't throw on non_writable first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 95) All fine: Array.prototype.shift ignores readonly on first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 96) All fine: Array.prototype.shift doesn't throw on readonly first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 97) All fine: Array.prototype.shift ignores non_writable on first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 98) All fine: Array.prototype.shift doesn't throw on non_writable first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 99) All fine: Array.prototype.shift ignores readonly on last property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 100) All fine: Array.prototype.shift doesn't throw on readonly last property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 101) All fine: Array.prototype.reverse ignores readonly on first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 102) All fine: Array.prototype.reverse doesn't throw on readonly first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 103) All fine: Array.prototype.reverse ignores non_writable on first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 104) All fine: Array.prototype.reverse doesn't throw on non_writable first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 105) All fine: Array.prototype.reverse ignores readonly on last property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 106) All fine: Array.prototype.reverse doesn't throw on readonly last property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 107) All fine: Array.prototype.reverse ignores non_writable on last property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 108) All fine: Array.prototype.reverse doesn't throw on non_writable last property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 109) All fine: Array.prototype.sort ignores readonly on first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 110) All fine: Array.prototype.sort doesn't throw on readonly first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 111) All fine: Array.prototype.sort ignores non_writable on first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 112) All fine: Array.prototype.sort doesn't throw on non_writable first property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 113) All fine: Array.prototype.sort ignores readonly on last property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 114) All fine: Array.prototype.sort doesn't throw on readonly last property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 115) All fine: Array.prototype.sort ignores non_writable on last property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 116) All fine: Array.prototype.sort doesn't throw on non_writable last property.
See https://code.google.com/p/v8/issues/detail?id=3356
[+] 117) All fine: Array.prototype.unshift ignores sealing.
See https://code.google.com/p/v8/issues/detail?id=2615
https://code.google.com/p/v8/issues/detail?id=2711
See Section 15.2.3.8
[+] 118) All fine: Array.prototype.unshift ignores freezing.
See https://code.google.com/p/v8/issues/detail?id=2615
https://code.google.com/p/v8/issues/detail?id=2711
See Section 15.2.3.9
[+] 119) All fine: Array.prototype.splice ignores sealing.
See https://code.google.com/p/v8/issues/detail?id=2615
https://code.google.com/p/v8/issues/detail?id=2711
See Section 15.2.3.8
[+] 120) All fine: Array.prototype.splice ignores freezing.
See https://code.google.com/p/v8/issues/detail?id=2615
https://code.google.com/p/v8/issues/detail?id=2711
See Section 15.2.3.9
[+] 121) All fine: Array.prototype.shift ignores sealing.
See https://code.google.com/p/v8/issues/detail?id=2615
https://code.google.com/p/v8/issues/detail?id=2711
See Section 15.2.3.8
[+] 122) All fine: Array.prototype.shift ignores freezing.
See https://code.google.com/p/v8/issues/detail?id=2615
https://code.google.com/p/v8/issues/detail?id=2711
See Section 15.2.3.9
[+] 123) All fine: Array methods as functions operate on global object.
See https://code.google.com/p/google-caja/issues/detail?id=1789
https://code.google.com/p/v8/issues/detail?id=2758
See Section 15.4.4
Max Severity: Safe spec violation(1).
[+] 83 Deleted.
Array.fromAsync Array.prototype.at Array.prototype.findLast Array.prototype.findLastIndex Array.prototype.flat Array.prototype.flatMap Array.prototype.toReversed Array.prototype.toSorted Array.prototype.toSpliced Array.prototype.with ArrayBuffer.prototype.detached ArrayBuffer.prototype.maxByteLength ArrayBuffer.prototype.resizable ArrayBuffer.prototype.resize ArrayBuffer.prototype.transfer ArrayBuffer.prototype.transferToFixedLength DataView.prototype.getBigInt64 DataView.prototype.getBigUint64 DataView.prototype.setBigInt64 DataView.prototype.setBigUint64 JSON.isRawJSON JSON.rawJSON Map.groupBy Object.fromEntries Object.groupBy Object.hasOwn Promise.allSettled Promise.any Promise.try Promise.withResolvers RegExp.$& RegExp.$' RegExp.$+ RegExp.$1 RegExp.$2 RegExp.$3 RegExp.$4 RegExp.$5 RegExp.$6 RegExp.$7 RegExp.$8 RegExp.$9 RegExp.$_ RegExp.$` RegExp.input RegExp.lastMatch RegExp.lastParen RegExp.prototype.compile RegExp.prototype.hasIndices RegExp.prototype.unicodeSets Set.prototype.difference Set.prototype.intersection Set.prototype.isDisjointFrom Set.prototype.isSubsetOf Set.prototype.isSupersetOf Set.prototype.symmetricDifference Set.prototype.union String.prototype.at String.prototype.isWellFormed String.prototype.matchAll String.prototype.replaceAll String.prototype.toWellFormed String.prototype.trimEnd String.prototype.trimStart Symbol.prototype.description cajaVM.anonIntrinsics.IteratorPrototype.constructor cajaVM.anonIntrinsics.IteratorPrototype.drop cajaVM.anonIntrinsics.IteratorPrototype.every cajaVM.anonIntrinsics.IteratorPrototype.filter cajaVM.anonIntrinsics.IteratorPrototype.find cajaVM.anonIntrinsics.IteratorPrototype.flatMap cajaVM.anonIntrinsics.IteratorPrototype.forEach cajaVM.anonIntrinsics.IteratorPrototype.map cajaVM.anonIntrinsics.IteratorPrototype.reduce cajaVM.anonIntrinsics.IteratorPrototype.some cajaVM.anonIntrinsics.IteratorPrototype.take cajaVM.anonIntrinsics.IteratorPrototype.toArray cajaVM.anonIntrinsics.TypedArray.prototype.at cajaVM.anonIntrinsics.TypedArray.prototype.findLast cajaVM.anonIntrinsics.TypedArray.prototype.findLastIndex cajaVM.anonIntrinsics.TypedArray.prototype.toReversed cajaVM.anonIntrinsics.TypedArray.prototype.toSorted cajaVM.anonIntrinsics.TypedArray.prototype.with
[+] 3 Frozen harmless.
Symbol.asyncDispose Symbol.dispose Symbol.matchAll
[+] 2 Globals reported as non-configurable. Safe spec violation(1).
StringMap cajaVM
[+] 46 Globals were simply freezable. Safe spec violation(1).
Array ArrayBuffer Boolean DataView Date Error EvalError Float32Array Float64Array Function Int16Array Int32Array Int8Array JSON Map Math Number Object Promise Proxy RangeError ReferenceError Reflect RegExp Set String Symbol SyntaxError TypeError URIError Uint16Array Uint32Array Uint8Array Uint8ClampedArray WeakMap WeakSet decodeURI decodeURIComponent encodeURI encodeURIComponent escape isFinite isNaN parseFloat parseInt unescape
[+] 1 Skipped. Safe spec violation(1).
Object.prototype.__proto__
initSES succeeded.
Expected error to test ses.getStack API: [+]Error: Expand me to see stack
at FakeError (https://rawgit.com/tvcutsem/es-lab/master/src/ses/debug.js:114:13) at evalOnly (eval at compileExpr (https://rawgit.com/tvcutsem/es-lab/master/src/ses/startSES.js:917:21):3:9) at fakeUrl (eval at ? (http://example.com/fake1.js):2:3) at nested (eval at compileExpr (https://rawgit.com/tvcutsem/es-lab/master/src/ses/startSES.js:917:21):2:3) at dataUrl (eval at ? (data:...):2:3) at eval (eval at ? (data:...):3:2) at compiledCode (https://rawgit.com/tvcutsem/es-lab/master/src/ses/startSES.js:797:42) at confine (https://rawgit.com/tvcutsem/es-lab/master/src/ses/startSES.js:944:52) at ? (https://rawgit.com/tvcutsem/es-lab/master/src/ses/contract.html:216:16) at ? (https://rawgit.com/tvcutsem/es-lab/master/src/ses/contract.html:253:4)
Testing ses.getStack with compileExprLater: [+]Error: Expand me to see stack
at FakeError (https://rawgit.com/tvcutsem/es-lab/master/src/ses/debug.js:114:13) at evalOnly (?:3:9) at fakeUrl (?:2:3) at nested (eval at compileExpr (https://rawgit.com/tvcutsem/es-lab/master/src/ses/startSES.js:917:21):2:3) at dataUrl (?:2:3) at ses.redeemResolver.Object.freeze.ses.makeCompiledExpr.maskReferenceError (?:3:2) at compiledCode (https://rawgit.com/tvcutsem/es-lab/master/src/ses/startSES.js:797:42) at POST (https://rawgit.com/tvcutsem/es-lab/master/src/ses/makeQ.js:255:19) at dispatch (https://rawgit.com/tvcutsem/es-lab/master/src/ses/makeQ.js:249:17) at ? (https://rawgit.com/tvcutsem/es-lab/master/src/ses/makeQ.js:614:32)
Using Mozilla an unknown version on Linux