Index: src/runtime.h |
=================================================================== |
--- src/runtime.h (revision 3610) |
+++ src/runtime.h (working copy) |
@@ -52,6 +52,11 @@ |
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 @@ |
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) \ |