| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 5ece667611b3fcd50133e786bbb3817cf7f1b230..3de82ba52d2ba365b7a2fb142aab3844a5b69a6e 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -132,7 +132,6 @@ namespace internal {
|
| F(NotifyDeoptimized, 1, 1) \
|
| F(CompileForOnStackReplacement, 1, 1) \
|
| F(TryInstallOptimizedCode, 1, 1) \
|
| - F(CompileString, 2, 1) \
|
| F(ResolvePossiblyDirectEval, 5, 1)
|
|
|
|
|
| @@ -234,7 +233,6 @@ namespace internal {
|
| #define FOR_EACH_INTRINSIC_FUNCTION(F) \
|
| F(FunctionGetName, 1, 1) \
|
| F(FunctionSetName, 2, 1) \
|
| - F(CompleteFunctionConstruction, 3, 1) \
|
| F(FunctionRemovePrototype, 1, 1) \
|
| F(FunctionGetScript, 1, 1) \
|
| F(FunctionGetSourceCode, 1, 1) \
|
|
|