aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/runtime-get-properties-and-accessor-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/runtime/runtime-get-properties-and-accessor-expected.txt')
-rw-r--r--deps/v8/test/inspector/runtime/runtime-get-properties-and-accessor-expected.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/deps/v8/test/inspector/runtime/runtime-get-properties-and-accessor-expected.txt b/deps/v8/test/inspector/runtime/runtime-get-properties-and-accessor-expected.txt
index 648187c2b4..8789f64ba6 100644
--- a/deps/v8/test/inspector/runtime/runtime-get-properties-and-accessor-expected.txt
+++ b/deps/v8/test/inspector/runtime/runtime-get-properties-and-accessor-expected.txt
@@ -1,11 +1,11 @@
Runtime.getProperties for objects with accessor
title property with getter and setter:
{
- configurable : false
- enumerable : false
+ configurable : true
+ enumerable : true
get : {
className : Function
- description : function nativeGetter() { [native code] }
+ description : function () { [native code] }
objectId : <objectId>
type : function
}
@@ -13,18 +13,18 @@ title property with getter and setter:
name : title
set : {
className : Function
- description : function nativeSetter() { [native code] }
+ description : function () { [native code] }
objectId : <objectId>
type : function
}
}
title property with getter only:
{
- configurable : false
- enumerable : false
+ configurable : true
+ enumerable : true
get : {
className : Function
- description : function nativeGetter() { [native code] }
+ description : function () { [native code] }
objectId : <objectId>
type : function
}