test/nashorn/script/basic/jsadapter.js.EXPECTED
author hannesw
Mon, 23 Apr 2018 17:45:05 +0200
changeset 49855 3739e9a5b6b5
parent 47216 71c04702a3d5
permissions -rw-r--r--
8201466: Nashorn: defineProperty setters/getters on prototype object ignored with numeric property names Reviewed-by: sundar, jlaskey
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     1
getter called for 'foo'
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     2
foo
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     3
setter called for 'foo' with 33
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     4
method 'func' called with hello, world
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     5
new with hey!, it works!
32939
9887198000ec 8139038: cleanup and documentation around JSAdapter
mhaupt
parents: 16147
diff changeset
     6
__getKeys__ called
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     7
foo
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     8
bar
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     9
__getValues__ called
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    10
fooval
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    11
barval
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    12
__has__ called with 'foo'
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    13
false
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    14
__has__ called with 'js'
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    15
true
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    16
__delete__ called with 'prop'
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    17
true
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    18
getter called for 'js'
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    19
js
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    20
setter called for 'js' with javascript
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    21
getter called for 'javascript'
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    22
javascript
41841
7e66ae6baf2d 8148924: Inconsistent "this" context in JSAdapter adaptee function calls
hannesw
parents: 32939
diff changeset
    23
__isExtensible__ called
7e66ae6baf2d 8148924: Inconsistent "this" context in JSAdapter adaptee function calls
hannesw
parents: 32939
diff changeset
    24
true
7e66ae6baf2d 8148924: Inconsistent "this" context in JSAdapter adaptee function calls
hannesw
parents: 32939
diff changeset
    25
__isSealed__ called
7e66ae6baf2d 8148924: Inconsistent "this" context in JSAdapter adaptee function calls
hannesw
parents: 32939
diff changeset
    26
false
7e66ae6baf2d 8148924: Inconsistent "this" context in JSAdapter adaptee function calls
hannesw
parents: 32939
diff changeset
    27
__isFrozen__ called
7e66ae6baf2d 8148924: Inconsistent "this" context in JSAdapter adaptee function calls
hannesw
parents: 32939
diff changeset
    28
false
7e66ae6baf2d 8148924: Inconsistent "this" context in JSAdapter adaptee function calls
hannesw
parents: 32939
diff changeset
    29
__freeze__ called
7e66ae6baf2d 8148924: Inconsistent "this" context in JSAdapter adaptee function calls
hannesw
parents: 32939
diff changeset
    30
__seal__ called
7e66ae6baf2d 8148924: Inconsistent "this" context in JSAdapter adaptee function calls
hannesw
parents: 32939
diff changeset
    31
__preventExtensions__ called