V8 Project
v8::internal::NativesHolder< type > Class Template Reference
+ Collaboration diagram for v8::internal::NativesHolder< type >:

Static Public Member Functions

static NativesStoreget ()
 
static void set (NativesStore *store)
 

Static Private Attributes

static NativesStoreholder_ = NULL
 

Detailed Description

template<NativeType type>
class v8::internal::NativesHolder< type >

Definition at line 105 of file natives-external.cc.

Member Function Documentation

◆ get()

template<NativeType type>
static NativesStore* v8::internal::NativesHolder< type >::get ( )
inlinestatic

◆ set()

template<NativeType type>
static void v8::internal::NativesHolder< type >::set ( NativesStore store)
inlinestatic

Definition at line 111 of file natives-external.cc.

111  {
112  DCHECK(store);
113  holder_ = store;
114  }

References DCHECK, and v8::internal::NativesHolder< type >::holder_.

Referenced by v8::internal::SetNativesFromFile().

+ Here is the caller graph for this function:

Member Data Documentation

◆ holder_

template<NativeType type>
NativesStore * v8::internal::NativesHolder< type >::holder_ = NULL
staticprivate

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