| Index: src/property-descriptor.h
|
| diff --git a/src/property-descriptor.h b/src/property-descriptor.h
|
| index 8f584938c4c594f2c564812ae33b202c0fae2e98..9425ab10ef0262f65101f314465afc67e819202b 100644
|
| --- a/src/property-descriptor.h
|
| +++ b/src/property-descriptor.h
|
| @@ -89,6 +89,8 @@ class PropertyDescriptor {
|
| (has_writable() && !writable() ? READ_ONLY : NONE));
|
| }
|
|
|
| + Handle<Object> ToObject(Isolate* isolate);
|
| +
|
| static bool ToPropertyDescriptor(Isolate* isolate, Handle<Object> obj,
|
| PropertyDescriptor* desc);
|
|
|
|
|