Searched refs:NativesCollection (Results 1 – 4 of 4) sorted by relevance
149 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>; variable193 template class NativesCollection<EXPERIMENTAL>; variable[all …]
24 class NativesCollection {43 typedef NativesCollection<CORE> Natives;44 typedef NativesCollection<EXPERIMENTAL> ExperimentalNatives;
811 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()
438 typedef i::NativesCollection<i::TEST> TestSources;