| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index fee79531c8cc54e6778015934afad0ddcdd0a40b..563849c667b1478eff3912bd029b464ec3683584 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -388,7 +388,6 @@ namespace internal {
|
| F(DeleteProperty_Sloppy, 2, 1) \
|
| F(DeleteProperty_Strict, 2, 1) \
|
| F(HasProperty, 2, 1) \
|
| - F(PropertyIsEnumerable, 2, 1) \
|
| F(GetOwnPropertyKeys, 2, 1) \
|
| F(GetInterceptorInfo, 1, 1) \
|
| F(ToFastProperties, 1, 1) \
|
| @@ -411,7 +410,6 @@ namespace internal {
|
| F(ToObject, 1, 1) \
|
| F(ToPrimitive, 1, 1) \
|
| F(ToPrimitive_Number, 1, 1) \
|
| - F(ToPrimitive_String, 1, 1) \
|
| F(ToNumber, 1, 1) \
|
| F(ToInteger, 1, 1) \
|
| F(ToLength, 1, 1) \
|
|
|