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

Unified 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, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/inspector/runtime/get-properties.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/get-properties-expected.txt
diff --git a/test/inspector/runtime/get-properties-expected.txt b/test/inspector/runtime/get-properties-expected.txt
index bb74386de8a0d9cf37ac25084eb9981a30975506..c9c1e6f9f2233ce10a623aaab676ccefaede1355 100644
--- a/test/inspector/runtime/get-properties-expected.txt
+++ b/test/inspector/runtime/get-properties-expected.txt
@@ -37,3 +37,8 @@ Internal properties
[[BoundArgs]] object undefined
[[BoundThis]] object undefined
[[TargetFunction]] function undefined
+Properties of Object that throws on length access
+ __proto__ own object undefined
+ length own no value, getter
+Properties of TypedArray without length
+ __proto__ own object undefined
« 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