Function content_security_policy_allows

Source
unsafe extern "C" fn content_security_policy_allows(
    cx: *mut JSContext,
    runtime_code: RuntimeCode,
    code_string: HandleString,
    compilation_type: CompilationType,
    parameter_strings: Handle<StackGCVector<*mut JSString>>,
    body_string: HandleString,
    parameter_args: Handle<StackGCVector<JSVal>>,
    body_arg: HandleValue,
    can_compile_strings: *mut bool,
) -> bool