Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/runtime/regress-1075763-expected.txt')
-rw-r--r--deps/v8/test/inspector/runtime/regress-1075763-expected.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/deps/v8/test/inspector/runtime/regress-1075763-expected.txt b/deps/v8/test/inspector/runtime/regress-1075763-expected.txt
new file mode 100644
index 00000000000..30d5a1bbefc
--- /dev/null
+++ b/deps/v8/test/inspector/runtime/regress-1075763-expected.txt
@@ -0,0 +1,26 @@
+Tests Runtime.evaluate returns object with undefined property.
+{
+ id : <messageId>
+ result : {
+ result : {
+ className : f
+ description : f
+ objectId : <objectId>
+ preview : {
+ description : f
+ overflow : false
+ properties : [
+ [0] : {
+ name : [[GeneratorStatus]]
+ type : string
+ value : suspended
+ }
+ ]
+ subtype : generator
+ type : object
+ }
+ subtype : generator
+ type : object
+ }
+ }
+}