summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/remote-object-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/runtime/remote-object-expected.txt')
-rw-r--r--deps/v8/test/inspector/runtime/remote-object-expected.txt108
1 files changed, 103 insertions, 5 deletions
diff --git a/deps/v8/test/inspector/runtime/remote-object-expected.txt b/deps/v8/test/inspector/runtime/remote-object-expected.txt
index 14f584831e..765f8e26ef 100644
--- a/deps/v8/test/inspector/runtime/remote-object-expected.txt
+++ b/deps/v8/test/inspector/runtime/remote-object-expected.txt
@@ -484,6 +484,16 @@ Running test: testRegExp
type : object
}
}
+'/w+/v', returnByValue: false, generatePreview: false
+{
+ result : {
+ className : RegExp
+ description : /w+/v
+ objectId : <objectId>
+ subtype : regexp
+ type : object
+ }
+}
'/w+/dgimsuy', returnByValue: false, generatePreview: false
{
result : {
@@ -494,6 +504,16 @@ Running test: testRegExp
type : object
}
}
+'/w+/dgimsvy', returnByValue: false, generatePreview: false
+{
+ result : {
+ className : RegExp
+ description : /w+/dgimsvy
+ objectId : <objectId>
+ subtype : regexp
+ type : object
+ }
+}
'new RegExp('\w+', 'g')', returnByValue: false, generatePreview: false
{
result : {
@@ -526,6 +546,18 @@ Running test: testRegExp
type : object
}
}
+'var re = /./dgimsvy;
+ re.toString = () => 'foo';
+ re', returnByValue: false, generatePreview: false
+{
+ result : {
+ className : RegExp
+ description : /./dgimsvy
+ objectId : <objectId>
+ subtype : regexp
+ type : object
+ }
+}
'var re = new RegExp('\w+', 'g');
re.prop = 32;
re', returnByValue: false, generatePreview: true
@@ -1598,7 +1630,7 @@ Running test: testProxy
{
result : {
className : Object
- description : Proxy
+ description : Proxy(Object)
objectId : <objectId>
subtype : proxy
type : object
@@ -1608,7 +1640,7 @@ Running test: testProxy
{
result : {
className : Object
- description : Proxy
+ description : Proxy(Error)
objectId : <objectId>
subtype : proxy
type : object
@@ -1626,10 +1658,10 @@ Running test: testProxy
{
result : {
className : Object
- description : Proxy
+ description : Proxy(Object)
objectId : <objectId>
preview : {
- description : Proxy
+ description : Proxy(Object)
overflow : false
properties : [
[0] : {
@@ -1659,11 +1691,57 @@ Running test: testProxy
name : e
subtype : proxy
type : object
- value : Proxy
+ value : Proxy(Object)
+ }
+ ]
+ type : object
+ }
+ type : object
+ }
+}
+'new Proxy([1, 2], {})', returnByValue: false, generatePreview: true
+{
+ result : {
+ className : Object
+ description : Proxy(Array)
+ objectId : <objectId>
+ preview : {
+ description : Proxy(Array)
+ overflow : false
+ properties : [
+ [0] : {
+ name : 0
+ type : number
+ value : 1
}
+ [1] : {
+ name : 1
+ type : number
+ value : 2
+ }
+ ]
+ subtype : proxy
+ type : object
+ }
+ subtype : proxy
+ type : object
+ }
+}
+'revocable = Proxy.revocable({}, {}); revocable.revoke(); revocable.proxy', returnByValue: false, generatePreview: true
+{
+ result : {
+ className : Object
+ description : Proxy
+ objectId : <objectId>
+ preview : {
+ description : Proxy
+ overflow : false
+ properties : [
]
+ subtype : proxy
type : object
}
+ subtype : proxy
type : object
}
}
@@ -2405,6 +2483,16 @@ Running test: testArrayBuffer
type : number
value : 0
}
+ [1] : {
+ name : maxByteLength
+ type : number
+ value : 0
+ }
+ [2] : {
+ name : resizable
+ type : boolean
+ value : false
+ }
]
subtype : arraybuffer
type : object
@@ -2428,6 +2516,16 @@ Running test: testArrayBuffer
type : number
value : 400
}
+ [1] : {
+ name : maxByteLength
+ type : number
+ value : 400
+ }
+ [2] : {
+ name : resizable
+ type : boolean
+ value : false
+ }
]
subtype : arraybuffer
type : object