Searched refs:NativesStore (Results 1 – 1 of 1) sorted by relevance
29 class NativesStore { class31 ~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::NativesStore114 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 …]