| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bf5c6a8 commit 8480f87
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -223,8 +223,6 @@ void SetIsolateCreateParamsForNode(Isolate::CreateParams* params) { | |||
| 223 | 223 | // heap based on the actual physical memory. | |
| 224 | 224 | params->constraints.ConfigureDefaults(total_memory, 0); | |
| 225 | 225 | } | |
| 226 | - params->embedder_wrapper_object_index = BaseObject::InternalFields::kSlot; | ||
| 227 | - params->embedder_wrapper_type_index = std::numeric_limits<int>::max(); | ||
| 228 | 226 | ||
| 229 | 227 | #ifdef NODE_ENABLE_VTUNE_PROFILING | |
| 230 | 228 | params->code_event_handler = vTune::GetVtuneCodeEventHandler(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments