Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index ba96ebdb7f9ec39f78773f1f14af4f4feeeb649d..53ef36514d4a646b4c3b051b15f23c84573141ac 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -430,8 +430,6 @@ namespace internal { |
F(GetOwnProperty, 2, 1) \ |
F(PreventExtensions, 1, 1) \ |
F(IsExtensible, 1, 1) \ |
- F(DisableAccessChecks, 1, 1) \ |
- F(EnableAccessChecks, 1, 1) \ |
F(OptimizeObjectForAddingMultipleProperties, 2, 1) \ |
F(ObjectFreeze, 1, 1) \ |
F(ObjectSeal, 1, 1) \ |