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

#include <objects-inl.h>

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

Static Public Member Functions

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

Detailed Description

Definition at line 246 of file objects-inl.h.

Member Function Documentation

◆ AllowFrom() [1/2]

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

Definition at line 250 of file objects-inl.h.

Here is the call graph for this function:

◆ AllowFrom() [2/2]

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

Definition at line 247 of file objects-inl.h.

Here is the call graph for this function:

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