Skip to content

Commit d6e5a84

Browse files
committed
src: remove deprecated and unused isolate fields
Refs: v8/v8@599866f
1 parent c1f76f2 commit d6e5a84

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)