Home
last modified time | relevance | path

Searched refs:NativesStore (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/snapshot/
Dnatives-external.cc29 class NativesStore { class
31 ~NativesStore() { in ~NativesStore()
63 static NativesStore* MakeFromScriptsSource(SnapshotByteSource* source) { in MakeFromScriptsSource()
64 NativesStore* store = new NativesStore; in MakeFromScriptsSource()
82 NativesStore() : debugger_count_(0) {} in NativesStore() function in v8::internal::NativesStore
114 DISALLOW_COPY_AND_ASSIGN(NativesStore);
121 static NativesStore* get() { in get()
125 static void set(NativesStore* store) { in set()
136 static NativesStore* holder_;
140 NativesStore* NativesHolder<type>::holder_ = NULL;
[all …]