(obj, sel)
| 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 | } |
no test coverage detected