Commit a0df91c
src: expose granular SetIsolateUpForNode
This PR exposes a new embedder-focused API: SetIsolateUpForNode.
It maintains previous behavior for the single-param version of
SetIsolateUpForNode and changes no defaults, but was designed to be
flexible by allowing for embedders to conditionally override all
callbacks and flags set by the previous two-param version of
SetIsolateUpForNode.
PR-URL: #30150
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>1 parent 050efeb commit a0df91cCopy full SHA for a0df91c
File tree
Expand file treeCollapse file tree
4 files changed
+88
-33
lines changedOpen diff view settings
Filter options
- src
- api
Expand file treeCollapse file tree
4 files changed
+88
-33
lines changedOpen diff view settings
Collapse file
+47-27Lines changed: 47 additions & 27 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
196 | 196 | |
197 | 197 | |
198 | 198 | |
199 | | - |
200 | | - |
201 | | - |
202 | | - |
203 | | - |
204 | | - |
205 | | - |
206 | | - |
207 | | - |
208 | | - |
209 | | - |
210 | | - |
211 | | - |
212 | | - |
213 | | - |
214 | | - |
215 | | - |
216 | | - |
217 | | - |
218 | | - |
219 | | - |
220 | | - |
221 | | - |
222 | | - |
223 | | - |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
224 | 244 | |
225 | 245 | |
226 | 246 | |
227 | | - |
228 | | - |
| 247 | + |
| 248 | + |
229 | 249 | |
230 | 250 | |
231 | 251 | |
|
Collapse file
+31Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
291 | 291 | |
292 | 292 | |
293 | 293 | |
| 294 | + |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
294 | 324 | |
295 | 325 | |
296 | 326 | |
| 327 | + |
297 | 328 | |
298 | 329 | |
299 | 330 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
296 | 296 | |
297 | 297 | |
298 | 298 | |
299 | | - |
300 | | - |
| 299 | + |
| 300 | + |
301 | 301 | |
302 | 302 | |
303 | 303 | |
|
Collapse file
+8-4Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
30 | 30 | |
31 | 31 | |
32 | 32 | |
33 | | - |
| 33 | + |
| 34 | + |
| 35 | + |
34 | 36 | |
35 | 37 | |
36 | 38 | |
| ||
74 | 76 | |
75 | 77 | |
76 | 78 | |
77 | | - |
| 79 | + |
| 80 | + |
78 | 81 | |
79 | 82 | |
80 | 83 | |
81 | | - |
| 84 | + |
82 | 85 | |
83 | 86 | |
84 | 87 | |
| ||
182 | 185 | |
183 | 186 | |
184 | 187 | |
185 | | - |
| 188 | + |
| 189 | + |
186 | 190 | |
187 | 191 | |
188 | 192 | |
|
0 commit comments