test/script/nosecurity/JDK-8044798.js.EXPECTED

Fri, 06 Sep 2019 03:21:30 +0100

author
andrew
date
Fri, 06 Sep 2019 03:21:30 +0100
changeset 2516
ad8af81cc28b
parent 963
e2497b11a021
permissions
-rw-r--r--

Added tag jdk8u242-b00 for changeset 8a951fd037e2

aoqi@0 1 88
aoqi@0 2 expandable = false
aoqi@0 3 key = apply
aoqi@0 4 valueAsObject = function Function() { [native code] }
aoqi@0 5 valueAsString = function Function() { [native code] }
aoqi@0 6 expandable = true
aoqi@0 7 key = foo
aoqi@0 8 valueAsObject = [object Object]
aoqi@0 9 valueAsString = {foo: 343}
aoqi@0 10 expandable = false
attila@963 11 key = setIndexedPropertiesToExternalArrayData
attila@963 12 valueAsObject = function setIndexedPropertiesToExternalArrayData() { [native code] }
attila@963 13 valueAsString = function setIndexedPropertiesToExternalArrayData() { [native code] }
aoqi@0 14 expandable = false
attila@963 15 key = getPrototypeOf
attila@963 16 valueAsObject = function getPrototypeOf() { [native code] }
attila@963 17 valueAsString = function getPrototypeOf() { [native code] }
aoqi@0 18 expandable = false
attila@963 19 key = setPrototypeOf
attila@963 20 valueAsObject = function setPrototypeOf() { [native code] }
attila@963 21 valueAsString = function setPrototypeOf() { [native code] }
aoqi@0 22 expandable = false
aoqi@0 23 key = getOwnPropertyDescriptor
aoqi@0 24 valueAsObject = function getOwnPropertyDescriptor() { [native code] }
aoqi@0 25 valueAsString = function getOwnPropertyDescriptor() { [native code] }
aoqi@0 26 expandable = false
aoqi@0 27 key = getOwnPropertyNames
aoqi@0 28 valueAsObject = function getOwnPropertyNames() { [native code] }
aoqi@0 29 valueAsString = function getOwnPropertyNames() { [native code] }
aoqi@0 30 expandable = false
attila@963 31 key = create
attila@963 32 valueAsObject = function create() { [native code] }
attila@963 33 valueAsString = function create() { [native code] }
attila@963 34 expandable = false
attila@963 35 key = defineProperty
attila@963 36 valueAsObject = function defineProperty() { [native code] }
attila@963 37 valueAsString = function defineProperty() { [native code] }
attila@963 38 expandable = false
attila@963 39 key = defineProperties
attila@963 40 valueAsObject = function defineProperties() { [native code] }
attila@963 41 valueAsString = function defineProperties() { [native code] }
attila@963 42 expandable = false
attila@963 43 key = seal
attila@963 44 valueAsObject = function seal() { [native code] }
attila@963 45 valueAsString = function seal() { [native code] }
attila@963 46 expandable = false
attila@963 47 key = freeze
attila@963 48 valueAsObject = function freeze() { [native code] }
attila@963 49 valueAsString = function freeze() { [native code] }
attila@963 50 expandable = false
attila@963 51 key = preventExtensions
attila@963 52 valueAsObject = function preventExtensions() { [native code] }
attila@963 53 valueAsString = function preventExtensions() { [native code] }
attila@963 54 expandable = false
attila@963 55 key = isSealed
attila@963 56 valueAsObject = function isSealed() { [native code] }
attila@963 57 valueAsString = function isSealed() { [native code] }
attila@963 58 expandable = false
attila@963 59 key = isFrozen
attila@963 60 valueAsObject = function isFrozen() { [native code] }
attila@963 61 valueAsString = function isFrozen() { [native code] }
aoqi@0 62 expandable = false
aoqi@0 63 key = isExtensible
aoqi@0 64 valueAsObject = function isExtensible() { [native code] }
aoqi@0 65 valueAsString = function isExtensible() { [native code] }
aoqi@0 66 expandable = false
aoqi@0 67 key = keys
aoqi@0 68 valueAsObject = function keys() { [native code] }
aoqi@0 69 valueAsString = function keys() { [native code] }
aoqi@0 70 expandable = false
attila@963 71 key = bindProperties
attila@963 72 valueAsObject = function bindProperties() { [native code] }
attila@963 73 valueAsString = function bindProperties() { [native code] }
attila@963 74 expandable = false
attila@963 75 key = prototype
attila@963 76 valueAsObject = [object Object]
attila@963 77 valueAsString = {toString: function toString() { [native code] }, toLocaleString: function toLocaleString() { [native code] }, valueOf: function valueOf() { [native code] }, hasOwnProperty: function hasOwnProperty() { [native code] }, isPrototypeOf: function isPrototypeOf() { [native code] }, propertyIsEnumerable: function propertyIsEnumerable() { [native code] }, constructor: function Object() { [native code] }, __proto__: null}
attila@963 78 expandable = false
aoqi@0 79 key = length
aoqi@0 80 valueAsObject = 1
aoqi@0 81 valueAsString = 1
aoqi@0 82 expandable = false
aoqi@0 83 key = name
aoqi@0 84 valueAsObject = Object
aoqi@0 85 valueAsString = "Object"
aoqi@0 86 expandable = false
attila@963 87 key = foo
attila@963 88 valueAsObject = 34
attila@963 89 valueAsString = 34
aoqi@0 90 expandable = false
aoqi@0 91 key = bar
aoqi@0 92 valueAsObject = hello
aoqi@0 93 valueAsString = "hello"
aoqi@0 94 undefined
aoqi@0 95 null
aoqi@0 96 "hello"
aoqi@0 97 3.141592653589793
aoqi@0 98 [object global]
aoqi@0 99 script class name pattern satisfied? true
aoqi@0 100 Source info
aoqi@0 101 content = print('hello')
aoqi@0 102 hash = 1655359881
aoqi@0 103 name = test
aoqi@0 104 url = null

mercurial