pub unsafe extern "C" fn JS_IsBuiltinEvalFunction(
    fun: *mut JSFunction,
) -> boolExpand description
True iff fun is the global eval function.
pub unsafe extern "C" fn JS_IsBuiltinEvalFunction(
    fun: *mut JSFunction,
) -> boolTrue iff fun is the global eval function.