Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dnatives-external.cc149 int NativesCollection<type>::GetBuiltinsCount() { in GetBuiltinsCount()
154 int NativesCollection<type>::GetDebuggerCount() { in GetDebuggerCount()
159 int NativesCollection<type>::GetIndex(const char* name) { in GetIndex()
164 int NativesCollection<type>::GetRawScriptsSize() { in GetRawScriptsSize()
169 Vector<const char> NativesCollection<type>::GetRawScriptSource(int index) { in GetRawScriptSource()
174 Vector<const char> NativesCollection<type>::GetScriptName(int index) { in GetScriptName()
179 Vector<const byte> NativesCollection<type>::GetScriptsSource() { in GetScriptsSource()
184 void NativesCollection<type>::SetRawScriptsSource( in SetRawScriptsSource()
192 template class NativesCollection<CORE>; variable
193 template class NativesCollection<EXPERIMENTAL>; variable
[all …]
Dnatives.h24 class NativesCollection {
43 typedef NativesCollection<CORE> Natives;
44 typedef NativesCollection<EXPERIMENTAL> ExperimentalNatives;
Dd8.cc811 int source_index = i::NativesCollection<i::D8>::GetIndex("d8"); in InstallUtilityScript()
813 i::NativesCollection<i::D8>::GetRawScriptSource(source_index); in InstallUtilityScript()
815 i::NativesCollection<i::D8>::GetScriptName(source_index); in InstallUtilityScript()
/external/chromium_org/v8/test/cctest/
Dtest-log.cc438 typedef i::NativesCollection<i::TEST> TestSources;