v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::InstanceTypeChecker::InstanceRangeChecker< lower_limit, upper_limit > Struct Template Reference

#include <instance-type-inl.h>

Collaboration diagram for v8::internal::InstanceTypeChecker::InstanceRangeChecker< lower_limit, upper_limit >:

Static Public Member Functions

static constexpr bool Check (InstanceType value)
 

Detailed Description

template<InstanceType lower_limit, InstanceType upper_limit>
struct v8::internal::InstanceTypeChecker::InstanceRangeChecker< lower_limit, upper_limit >

Definition at line 237 of file instance-type-inl.h.

Member Function Documentation

◆ Check()

template<InstanceType lower_limit, InstanceType upper_limit>
static constexpr bool v8::internal::InstanceTypeChecker::InstanceRangeChecker< lower_limit, upper_limit >::Check ( InstanceType value)
inlinestaticconstexpr

Definition at line 238 of file instance-type-inl.h.

Here is the call graph for this function:

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