We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sending
1 parent 0c43cbf commit 7a7acb4Copy full SHA for 7a7acb4
Sources/JavaScriptKit/FundamentalObjects/JSClosure.swift
@@ -194,7 +194,7 @@ private func makeAsyncClosure(
194
@_cdecl("_call_host_function_impl")
195
func _call_host_function_impl(
196
_ hostFuncRef: JavaScriptHostFuncRef,
197
- _ argv: sending UnsafePointer<RawJSValue>, _ argc: Int32,
+ _ argv: UnsafePointer<RawJSValue>, _ argc: Int32,
198
_ callbackFuncRef: JavaScriptObjectRef
199
) -> Bool {
200
guard let (_, hostFunc) = JSClosure.sharedClosures.wrappedValue[hostFuncRef] else {
0 commit comments