handle_evaluate_js

Function handle_evaluate_js 

Source
pub(crate) fn handle_evaluate_js(
    global: &GlobalScope,
    eval: String,
    reply: GenericSender<EvaluateJSReply>,
    cx: &mut JSContext,
)