Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Side by Side Diff: test/inspector/runtime/get-properties-expected.txt

Issue 2705533002: [inspector] remove iterators and for...of loops from injected-script-source (Closed)
Patch Set: ac Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/inspector/runtime/get-properties.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Properties of Object(5) 1 Properties of Object(5)
2 __proto__ own object undefined 2 __proto__ own object undefined
3 foo own string cat 3 foo own string cat
4 Internal properties 4 Internal properties
5 [[PrimitiveValue]] number 5 5 [[PrimitiveValue]] number 5
6 Properties of Not own properties 6 Properties of Not own properties
7 __defineGetter__ inherited function undefined 7 __defineGetter__ inherited function undefined
8 __defineSetter__ inherited function undefined 8 __defineSetter__ inherited function undefined
9 __lookupGetter__ inherited function undefined 9 __lookupGetter__ inherited function undefined
10 __lookupSetter__ inherited function undefined 10 __lookupSetter__ inherited function undefined
(...skipping 19 matching lines...) Expand all
30 __proto__ own object undefined 30 __proto__ own object undefined
31 length own number 3 31 length own number 3
32 Properties of Bound function 32 Properties of Bound function
33 __proto__ own function undefined 33 __proto__ own function undefined
34 length own number 0 34 length own number 0
35 name own string bound Number 35 name own string bound Number
36 Internal properties 36 Internal properties
37 [[BoundArgs]] object undefined 37 [[BoundArgs]] object undefined
38 [[BoundThis]] object undefined 38 [[BoundThis]] object undefined
39 [[TargetFunction]] function undefined 39 [[TargetFunction]] function undefined
40 Properties of Object that throws on length access
41 __proto__ own object undefined
42 length own no value, getter
43 Properties of TypedArray without length
44 __proto__ own object undefined
OLDNEW
« no previous file with comments | « test/inspector/runtime/get-properties.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698