We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a71a35 commit f683281Copy full SHA for f683281
src/api/environment.cc
@@ -218,8 +218,6 @@ void SetIsolateCreateParamsForNode(Isolate::CreateParams* params) {
218
// heap based on the actual physical memory.
219
params->constraints.ConfigureDefaults(total_memory, 0);
220
}
221
- params->embedder_wrapper_object_index = BaseObject::InternalFields::kSlot;
222
- params->embedder_wrapper_type_index = std::numeric_limits<int>::max();
223
224
#ifdef NODE_ENABLE_VTUNE_PROFILING
225
params->code_event_handler = vTune::GetVtuneCodeEventHandler();
0 commit comments