MCPcopy Create free account
hub / github.com/bhideki/darksword / methodSignatureForSelector

Function methodSignatureForSelector

payloads/pe_main.js:208–210  ·  view source on GitHub ↗
(obj, sel)

Source from the content-addressed store, hash-verified

206 return objc_msgSend(obj, selector_evaluateScript, jscript);
207 }
208 function methodSignatureForSelector(obj, sel) {
209 return objc_msgSend(obj, selector_methodSignatureForSelector, sel);
210 }
211 function invocationWithMethodSignature(obj, sig) {
212 return objc_msgSend(obj, selector_invocationWithMethodSignature, sig);
213 }

Callers 1

js_thread_spawnFunction · 0.70

Calls 1

objc_msgSendFunction · 0.70

Tested by

no test coverage detected