From 5e6d3d42c7e0dc6173d726c8c7ebef8a94a6f65a Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Thu, 12 May 2022 19:06:42 +0200 Subject: feat(ops): #[op(v8)] (#14582) --- core/extensions.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/extensions.rs b/core/extensions.rs index 94453a6e2..6dd2270fc 100644 --- a/core/extensions.rs +++ b/core/extensions.rs @@ -17,6 +17,7 @@ pub struct OpDecl { pub enabled: bool, pub is_async: bool, // TODO(@AaronO): enum sync/async/fast ? pub is_unstable: bool, + pub is_v8: bool, } impl OpDecl { -- cgit v1.2.3