| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index b6542a6130474053253bc4f883996b7e56d113ae..59b5f3083f08876cd4cf58c42a170ca31a8d2afd 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -52,6 +52,11 @@ namespace internal {
|
| F(IsPropertyEnumerable, 2, 1) \
|
| F(GetPropertyNames, 1, 1) \
|
| F(GetPropertyNamesFast, 1, 1) \
|
| + F(GetLocalPropertyNames, 1, 1) \
|
| + F(GetLocalElementNames, 1, 1) \
|
| + F(GetInterceptorInfo, 1, 1) \
|
| + F(GetNamedInterceptorPropertyNames, 1, 1) \
|
| + F(GetIndexedInterceptorElementNames, 1, 1) \
|
| F(GetArgumentsProperty, 1, 1) \
|
| F(ToFastProperties, 1, 1) \
|
| F(ToSlowProperties, 1, 1) \
|
| @@ -285,14 +290,9 @@ namespace internal {
|
| F(Break, 0, 1) \
|
| F(DebugGetPropertyDetails, 2, 1) \
|
| F(DebugGetProperty, 2, 1) \
|
| - F(DebugLocalPropertyNames, 1, 1) \
|
| - F(DebugLocalElementNames, 1, 1) \
|
| F(DebugPropertyTypeFromDetails, 1, 1) \
|
| F(DebugPropertyAttributesFromDetails, 1, 1) \
|
| F(DebugPropertyIndexFromDetails, 1, 1) \
|
| - F(DebugInterceptorInfo, 1, 1) \
|
| - F(DebugNamedInterceptorPropertyNames, 1, 1) \
|
| - F(DebugIndexedInterceptorElementNames, 1, 1) \
|
| F(DebugNamedInterceptorPropertyValue, 2, 1) \
|
| F(DebugIndexedInterceptorElementValue, 2, 1) \
|
| F(CheckExecutionState, 1, 1) \
|
|
|