@@ -72,11 +72,9 @@ void AppendExceptionLine(Environment* env,
72
72
V (ERR_INVALID_MODULE, Error) \
73
73
V (ERR_INVALID_STATE, Error) \
74
74
V (ERR_INVALID_THIS, TypeError) \
75
- V (ERR_INVALID_TRANSFER_OBJECT, TypeError) \
76
75
V (ERR_MEMORY_ALLOCATION_FAILED, Error) \
77
76
V (ERR_MESSAGE_TARGET_CONTEXT_UNAVAILABLE, Error) \
78
77
V (ERR_MISSING_ARGS, TypeError) \
79
- V (ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LIST, TypeError) \
80
78
V (ERR_MISSING_PASSPHRASE, TypeError) \
81
79
V (ERR_MISSING_PLATFORM_FOR_WORKER, Error) \
82
80
V (ERR_NON_CONTEXT_AWARE_DISABLED, Error) \
@@ -162,15 +160,11 @@ ERRORS_WITH_CODE(V)
162
160
V (ERR_INVALID_MODULE, " No such module" ) \
163
161
V (ERR_INVALID_STATE, " Invalid state" ) \
164
162
V (ERR_INVALID_THIS, " Value of \" this\" is the wrong type" ) \
165
- V (ERR_INVALID_TRANSFER_OBJECT, " Found invalid object in transferList" ) \
166
163
V (ERR_MEMORY_ALLOCATION_FAILED, " Failed to allocate memory" ) \
167
164
V (ERR_OSSL_EVP_INVALID_DIGEST, " Invalid digest used" ) \
168
165
V (ERR_MESSAGE_TARGET_CONTEXT_UNAVAILABLE, \
169
166
" A message object could not be deserialized successfully in the target " \
170
167
" vm.Context" ) \
171
- V (ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LIST, \
172
- " Object that needs transfer was found in message but not listed " \
173
- " in transferList" ) \
174
168
V (ERR_MISSING_PLATFORM_FOR_WORKER, \
175
169
" The V8 platform used by this instance of Node does not support " \
176
170
" creating Workers" ) \
0 commit comments