disallow_javascript_execution_scope

Macro disallow_javascript_execution_scope 

Source
macro_rules! disallow_javascript_execution_scope {
    ($scope: ident, $param: expr, $on_failure: expr $(,)?) => { ... };
    (let $scope: ident, $param: expr, $on_failure: expr $(,)?) => { ... };
}