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

#include <hash-table.h>

Collaboration diagram for v8::internal::BaseShape< KeyT >:

Public Types

using Key = KeyT
 

Static Public Member Functions

static Tagged< ObjectUnwrap (Tagged< Object > key)
 

Detailed Description

template<typename KeyT>
class v8::internal::BaseShape< KeyT >

Definition at line 62 of file hash-table.h.

Member Typedef Documentation

◆ Key

template<typename KeyT >
using v8::internal::BaseShape< KeyT >::Key = KeyT

Definition at line 64 of file hash-table.h.

Member Function Documentation

◆ Unwrap()

template<typename KeyT >
static Tagged< Object > v8::internal::BaseShape< KeyT >::Unwrap ( Tagged< Object > key)
inlinestatic

Definition at line 65 of file hash-table.h.


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