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

#include <objects-inl.h>

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

Static Public Member Functions

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

Detailed Description

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

Member Function Documentation

◆ AllowFrom() [1/2]

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

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

Here is the call graph for this function:

◆ AllowFrom() [2/2]

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

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

Here is the call graph for this function:

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