V8 Project
v8::internal::TypeImpl< Config >::Limits Struct Reference

#include <types.h>

+ Collaboration diagram for v8::internal::TypeImpl< Config >::Limits:

Public Member Functions

 Limits (i::Handle< i::Object > min, i::Handle< i::Object > max)
 
 Limits (RangeType *range)
 

Public Attributes

i::Handle< i::Objectmin
 
i::Handle< i::Objectmax
 

Detailed Description

template<class Config>
struct v8::internal::TypeImpl< Config >::Limits

Definition at line 528 of file types.h.

Constructor & Destructor Documentation

◆ Limits() [1/2]

template<class Config >
v8::internal::TypeImpl< Config >::Limits::Limits ( i::Handle< i::Object min,
i::Handle< i::Object max 
)
inline

Definition at line 531 of file types.h.

531  :
532  min(min), max(max) {}
i::Handle< i::Object > max
Definition: types.h:530
i::Handle< i::Object > min
Definition: types.h:529

◆ Limits() [2/2]

template<class Config >
v8::internal::TypeImpl< Config >::Limits::Limits ( RangeType range)
inlineexplicit

Definition at line 533 of file types.h.

533  :
534  min(range->Min()), max(range->Max()) {}

Member Data Documentation

◆ max

◆ min


The documentation for this struct was generated from the following file: