Home
last modified time | relevance | path

Searched defs:IsValidExternalReferenceType (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dexternal-reference.cc309 struct IsValidExternalReferenceType<Result (*)(Args...)> { struct
310 static const bool value = AllScalar<Result, Args...>();
314 struct IsValidExternalReferenceType<Result (Class::*)(Args...)> { struct
315 static const bool value = AllScalar<Result, Args...>();