Commit 8e2c8b0
Migrate to a new V8 interceptors Api (#180)
The new callback should return v8::Intercepted::kYes/kNo to indicate
whether the operation was intercepted. This replaces the old approach
where the callback had to leave the return value unset or set it to
an empty handle to indicate that the the request wasn't intercepted.
See https://crrev.com/c/5465509 and https://crrev.com/c/5465513.
# Conflicts:
# src/node_contextify.cc
# Conflicts:
# src/node_contextify.cc
# src/node_env_var.cc1 parent af18d06 commit 8e2c8b0
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
390 | 389 | | |
391 | 390 | | |
392 | 391 | | |
| |||
0 commit comments