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

/external/v8/src/
H A Dnatives-external.cc18 * NativesStore stores the 'native' (builtin) JS libraries.
20 * NativesStore needs to be initialized before using V8, usually by the
24 class NativesStore { class in namespace:v8::internal
26 ~NativesStore() {}
57 static NativesStore* MakeFromScriptsSource(SnapshotByteSource* source) {
58 NativesStore* store = new NativesStore;
76 NativesStore() : debugger_count_(0) {} function in class:v8::internal::NativesStore
100 DISALLOW_COPY_AND_ASSIGN(NativesStore);
107 static NativesStore* ge
[all...]

Completed in 80 milliseconds