Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 27cded0875f848664b0a33ac63a7ed9d6aeafb2c..fe0dc7ed364e24cb7eb151c4a08bc6412ca94e83 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -451,8 +451,6 @@ namespace internal { |
F(GetDataProperty, 2, 1) \ |
F(HasFastPackedElements, 1, 1) \ |
F(ValueOf, 1, 1) \ |
- F(SetValueOf, 2, 1) \ |
- F(JSValueGetValue, 1, 1) \ |
F(IsJSReceiver, 1, 1) \ |
F(IsStrong, 1, 1) \ |
F(ClassOf, 1, 1) \ |