Skip to content

Commit 8480f87

Browse files
committed
src: remove deprecated and unused isolate fields
Refs: v8/v8@599866f PR-URL: #60488 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent bf5c6a8 commit 8480f87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/api/environment.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@ void SetIsolateCreateParamsForNode(Isolate::CreateParams* params) {
223223
// heap based on the actual physical memory.
224224
params->constraints.ConfigureDefaults(total_memory, 0);
225225
}
226-
params->embedder_wrapper_object_index = BaseObject::InternalFields::kSlot;
227-
params->embedder_wrapper_type_index = std::numeric_limits<int>::max();
228226

229227
#ifdef NODE_ENABLE_VTUNE_PROFILING
230228
params->code_event_handler = vTune::GetVtuneCodeEventHandler();

0 commit comments

Comments
 (0)