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

#include <casting.h>

Collaboration diagram for v8::internal::CastTraits< Smi >:

Static Public Member Functions

static bool AllowFrom (Tagged< Object > value)
 
static bool AllowFrom (Tagged< HeapObject > value)
 

Detailed Description

Definition at line 265 of file casting.h.

Member Function Documentation

◆ AllowFrom() [1/2]

static bool v8::internal::CastTraits< Smi >::AllowFrom ( Tagged< HeapObject > value)
inlinestatic

Definition at line 267 of file casting.h.

◆ AllowFrom() [2/2]

static bool v8::internal::CastTraits< Smi >::AllowFrom ( Tagged< Object > value)
inlinestatic

Definition at line 266 of file casting.h.


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