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

#include <stub-cache.h>

Collaboration diagram for v8::internal::StubCache::Entry:

Public Attributes

StrongTaggedValue key
 
TaggedValue value
 
StrongTaggedValue map
 

Detailed Description

Definition at line 34 of file stub-cache.h.

Member Data Documentation

◆ key

StrongTaggedValue v8::internal::StubCache::Entry::key

Definition at line 37 of file stub-cache.h.

◆ map

StrongTaggedValue v8::internal::StubCache::Entry::map

Definition at line 42 of file stub-cache.h.

◆ value

TaggedValue v8::internal::StubCache::Entry::value

Definition at line 40 of file stub-cache.h.


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