OLD | NEW |
---|---|
(Empty) | |
1 Tests that multiple sessions do not interfere with each other's remote objects. | |
2 Evaluating in 1 | |
3 Evaluating in 2 | |
4 Retrieving properties in 2 | |
5 { | |
6 id : <messageId> | |
7 result : { | |
8 result : [ | |
9 [0] : { | |
10 configurable : true | |
11 enumerable : true | |
12 isOwn : true | |
13 name : a | |
14 value : { | |
15 description : 17 | |
16 type : number | |
17 value : 17 | |
18 } | |
19 writable : true | |
20 } | |
21 [1] : { | |
22 configurable : true | |
23 enumerable : false | |
24 isOwn : true | |
25 name : __proto__ | |
26 value : { | |
27 className : Object | |
28 description : Object | |
29 objectId : <objectId> | |
30 type : object | |
31 } | |
32 writable : true | |
33 } | |
34 ] | |
35 } | |
36 } | |
37 Retrieving properties in 1 | |
38 { | |
39 id : <messageId> | |
40 result : { | |
41 result : [ | |
42 [0] : { | |
43 configurable : true | |
44 enumerable : true | |
45 isOwn : true | |
46 name : a | |
47 value : { | |
48 description : 42 | |
49 type : number | |
50 value : 42 | |
51 } | |
52 writable : true | |
53 } | |
54 [1] : { | |
55 configurable : true | |
56 enumerable : false | |
57 isOwn : true | |
58 name : __proto__ | |
59 value : { | |
60 className : Object | |
61 description : Object | |
62 objectId : <objectId> | |
63 type : object | |
64 } | |
65 writable : true | |
66 } | |
67 ] | |
68 } | |
69 } | |
70 Disconnecting 2 | |
71 Retrieving properties in 1 | |
72 { | |
73 id : <messageId> | |
74 result : { | |
75 result : [ | |
76 [0] : { | |
77 configurable : true | |
78 enumerable : true | |
79 isOwn : true | |
80 name : a | |
81 value : { | |
82 description : 42 | |
83 type : number | |
84 value : 42 | |
85 } | |
86 writable : true | |
87 } | |
88 [1] : { | |
89 configurable : true | |
90 enumerable : false | |
91 isOwn : true | |
92 name : __proto__ | |
93 value : { | |
94 className : Object | |
95 description : Object | |
96 objectId : <objectId> | |
97 type : object | |
98 } | |
99 writable : true | |
100 } | |
101 ] | |
102 } | |
103 } | |
OLD | NEW |