Home
last modified time | relevance | path

Searched refs:IsFloatingPointType (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Dencoded-c-signature.cc24 CTypeInfo::IsFloatingPointType(signature->ArgumentInfo(i).GetType())) { in EncodedCSignature()
35 CTypeInfo::IsFloatingPointType(signature->ReturnInfo().GetType())) { in EncodedCSignature()
/third_party/node/deps/v8/include/
H A Dv8-fast-api-calls.h309 static constexpr bool IsFloatingPointType(Type type) { in IsFloatingPointType() function in v8::CTypeInfo
314 return IsIntegralType(type) || IsFloatingPointType(type) || in IsPrimitive()
760 CTypeInfo::IsFloatingPointType(kType), in Build()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-fast-api-calls.h313 static constexpr bool IsFloatingPointType(Type type) { in IsFloatingPointType() function in v8::CTypeInfo
318 return IsIntegralType(type) || IsFloatingPointType(type) || in IsPrimitive()
793 CTypeInfo::IsFloatingPointType(kType), in Build()

Completed in 4 milliseconds