Commit 4e14ed8
src: remove unused
`contextify_global_private_symbol` is no longer used. It was used
to hold a new context's global object, but the approach has been
changed to hold a ContextifyContext wrapper using
`contextify_context_private_symbol`.
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
PR-URL: #45128
Refs: #44796
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>contextify_global_private_symbol
1 parent a2620ac commit 4e14ed8Copy full SHA for 4e14ed8
File tree
Expand file treeCollapse file tree
2 files changed
+6
-8
lines changedOpen diff view settings
Filter options
- src
- typings/internalBinding
Expand file treeCollapse file tree
2 files changed
+6
-8
lines changedOpen diff view settings
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | - |
24 | 23 | |
25 | 24 | |
26 | 25 | |
|
Collapse file
typings/internalBinding/util.d.ts
Copy file name to clipboardExpand all lines: typings/internalBinding/util.d.ts+6-7Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | | - |
| 11 | + |
12 | 12 | |
13 | 13 | |
14 | | - |
15 | | - |
16 | | - |
17 | | - |
18 | | - |
19 | | - |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
20 | 19 | |
21 | 20 | |
22 | 21 | |
|
0 commit comments