Home
last modified time | relevance | path

Searched refs:IsEncodable (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
Dserializer-deserializer.h191 static constexpr bool IsEncodable(TValue value) { in IsEncodable() function
196 DCHECK(IsEncodable(value)); in Encode()
244 static constexpr bool IsEncodable(int repeat_count) { in IsEncodable() function
249 DCHECK(IsEncodable(repeat_count)); in Encode()