| Index: src/execution.h
|
| diff --git a/src/execution.h b/src/execution.h
|
| index 81b71b631efe3dfddd74437585d9cbec5b022c22..52c76280eba8b495e271318b5ff383f022b7d776 100644
|
| --- a/src/execution.h
|
| +++ b/src/execution.h
|
| @@ -49,10 +49,6 @@ class Execution final : public AllStatic {
|
| Handle<Object> argv[],
|
| MaybeHandle<Object>* exception_out = NULL);
|
|
|
| - // ECMA-262 9.9
|
| - MUST_USE_RESULT static MaybeHandle<JSReceiver> ToObject(Isolate* isolate,
|
| - Handle<Object> obj);
|
| -
|
| static Handle<String> GetStackTraceLine(Handle<Object> recv,
|
| Handle<JSFunction> fun,
|
| Handle<Object> pos,
|
|
|