diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-03-18 18:30:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-18 18:30:04 -0400 |
commit | 3c9771deb2d615c47a2570023039c6a71f1c774b (patch) | |
tree | 759ce45a956798ddae58108286eafee29414d913 /ops/lib.rs | |
parent | a5ad3a44b5476909f12ae90501d8c7c451669be6 (diff) |
Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)
Relanding 4b6305f4f25fc76f974bbdcc9cdb139d5ab8f5f4
Diffstat (limited to 'ops/lib.rs')
-rw-r--r-- | ops/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ops/lib.rs b/ops/lib.rs index f7c69ec8a..d5f24c0d0 100644 --- a/ops/lib.rs +++ b/ops/lib.rs @@ -145,6 +145,7 @@ impl Op { is_async: #is_async, is_unstable: #is_unstable, is_v8: #is_v8, + force_registration: false, } } @@ -201,6 +202,7 @@ impl Op { is_async: #is_async, is_unstable: #is_unstable, is_v8: #is_v8, + force_registration: false, } } |