author | hannesw |
Mon, 23 Apr 2018 17:45:05 +0200 | |
changeset 49855 | 3739e9a5b6b5 |
parent 47216 | 71c04702a3d5 |
permissions | -rw-r--r-- |
16147 | 1 |
getter called for 'foo' |
2 |
foo |
|
3 |
setter called for 'foo' with 33 |
|
4 |
method 'func' called with hello, world |
|
5 |
new with hey!, it works! |
|
32939
9887198000ec
8139038: cleanup and documentation around JSAdapter
mhaupt
parents:
16147
diff
changeset
|
6 |
__getKeys__ called |
16147 | 7 |
foo |
8 |
bar |
|
9 |
__getValues__ called |
|
10 |
fooval |
|
11 |
barval |
|
12 |
__has__ called with 'foo' |
|
13 |
false |
|
14 |
__has__ called with 'js' |
|
15 |
true |
|
16 |
__delete__ called with 'prop' |
|
17 |
true |
|
18 |
getter called for 'js' |
|
19 |
js |
|
20 |
setter called for 'js' with javascript |
|
21 |
getter called for 'javascript' |
|
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 |