| 100 | } |
| 101 | |
| 102 | JSFunctionData* getAttachedJsFunctionData(JSObjectRef objectRef) { |
| 103 | return dynamic_cast<JSFunctionData*>(getAttachedRefCountable(objectRef)); |
| 104 | } |
| 105 | |
| 106 | Valdi::RefCountable* getAttachedWrappedObject(JSObjectRef objectRef) { |
| 107 | auto* refCountable = getAttachedRefCountable(objectRef); |
no test coverage detected