pub fn str_2_v8<'sc>(
    scope: &mut HandleScope<'sc, ()>,
    s: &str
) -> Local<'sc, String>