| 41 | |
| 42 | template <typename T, typename U> |
| 43 | bool |
| 44 | assertType(U value) { |
| 45 | return is_same<v8::Local<T>, U>::value; |
| 46 | } |
| 47 | |
| 48 | bool |
| 49 | stringMatches(Local<Value> value, const char * match) { |
nothing calls this directly
no outgoing calls
no test coverage detected