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

#include <oddball.h>

Collaboration diagram for v8::internal::ObjectTraits< Oddball >:

Public Types

using BodyDescriptor
 

Detailed Description

Definition at line 77 of file oddball.h.

Member Typedef Documentation

◆ BodyDescriptor

using v8::internal::ObjectTraits< Oddball >::BodyDescriptor
Initial value:
FixedBodyDescriptor<offsetof(Oddball, to_string_),
offsetof(Oddball, kind_), sizeof(Oddball)>
const PropertyKind kind_

Definition at line 78 of file oddball.h.


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