| Index: src/runtime/runtime-object.cc
|
| diff --git a/src/runtime/runtime-object.cc b/src/runtime/runtime-object.cc
|
| index 6e138adfbee377ce5290d08fb9e436d283cfebf8..75d09a8ee70598931332ce4213b161fba036244c 100644
|
| --- a/src/runtime/runtime-object.cc
|
| +++ b/src/runtime/runtime-object.cc
|
| @@ -1025,14 +1025,6 @@ RUNTIME_FUNCTION(Runtime_ToFastProperties) {
|
| }
|
|
|
|
|
| -RUNTIME_FUNCTION(Runtime_NewStringWrapper) {
|
| - HandleScope scope(isolate);
|
| - DCHECK(args.length() == 1);
|
| - CONVERT_ARG_HANDLE_CHECKED(String, value, 0);
|
| - return *Object::ToObject(isolate, value).ToHandleChecked();
|
| -}
|
| -
|
| -
|
| RUNTIME_FUNCTION(Runtime_AllocateHeapNumber) {
|
| HandleScope scope(isolate);
|
| DCHECK(args.length() == 0);
|
|
|