| Index: src/runtime/runtime-object.cc
|
| diff --git a/src/runtime/runtime-object.cc b/src/runtime/runtime-object.cc
|
| index 04f15bea17267229a2785c41486c62ca0f3bb0cf..973658902915fb9092d2e3f30745ee90fc6cf6d1 100644
|
| --- a/src/runtime/runtime-object.cc
|
| +++ b/src/runtime/runtime-object.cc
|
| @@ -1048,15 +1048,6 @@ RUNTIME_FUNCTION(Runtime_ToFastProperties) {
|
| }
|
|
|
|
|
| -RUNTIME_FUNCTION(Runtime_ToBool) {
|
| - SealHandleScope shs(isolate);
|
| - DCHECK(args.length() == 1);
|
| - CONVERT_ARG_CHECKED(Object, object, 0);
|
| -
|
| - return isolate->heap()->ToBoolean(object->BooleanValue());
|
| -}
|
| -
|
| -
|
| RUNTIME_FUNCTION(Runtime_NewStringWrapper) {
|
| HandleScope scope(isolate);
|
| DCHECK(args.length() == 1);
|
|
|