--- original +++ modified @@ -112,3 +112,7 @@ object: MutableHandleObject, ); } + +pub trait EmbedderHelpers { + fn is_allowed_to_embed(cx: JSContext, global: HandleObject) -> bool; +}