Function mozjs::jsapi::JS_IsBuiltinEvalFunction
source ยท pub unsafe extern "C" fn JS_IsBuiltinEvalFunction(
fun: *mut JSFunction,
) -> bool
Expand description
True iff fun is the global eval function.
pub unsafe extern "C" fn JS_IsBuiltinEvalFunction(
fun: *mut JSFunction,
) -> bool
True iff fun is the global eval function.