Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8480f87

Browse filesBrowse files
committed
src: remove deprecated and unused isolate fields
Refs: v8/v8@599866f PR-URL: #60488 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com>
1 parent bf5c6a8 commit 8480f87
Copy full SHA for 8480f87

1 file changed

-2Lines changed: 0 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/api/environment.cc‎

Copy file name to clipboardExpand all lines: src/api/environment.cc
-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.