diff options
Diffstat (limited to 'core/extensions.rs')
-rw-r--r-- | core/extensions.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |