MCPcopy Create free account
hub / github.com/nodejs/nan / assertType

Function assertType

test/cpp/nannew.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42template <typename T, typename U>
43bool
44assertType(U value) {
45 return is_same<v8::Local<T>, U>::value;
46}
47
48bool
49stringMatches(Local<Value> value, const char * match) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected