| Index: src/runtime/runtime-object.cc
|
| diff --git a/src/runtime/runtime-object.cc b/src/runtime/runtime-object.cc
|
| index d7fca528017af6a2842f0fa752bcb728b59e0854..b0546640df0ce604ea2aa57ecbe9a3239dffae7f 100644
|
| --- a/src/runtime/runtime-object.cc
|
| +++ b/src/runtime/runtime-object.cc
|
| @@ -1372,14 +1372,6 @@ RUNTIME_FUNCTION(Runtime_IsObject) {
|
| }
|
|
|
|
|
| -RUNTIME_FUNCTION(Runtime_IsUndetectableObject) {
|
| - SealHandleScope shs(isolate);
|
| - DCHECK(args.length() == 1);
|
| - CONVERT_ARG_CHECKED(Object, obj, 0);
|
| - return isolate->heap()->ToBoolean(obj->IsUndetectableObject());
|
| -}
|
| -
|
| -
|
| RUNTIME_FUNCTION(Runtime_IsSpecObject) {
|
| SealHandleScope shs(isolate);
|
| DCHECK(args.length() == 1);
|
|
|