Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dnatives-external.cc40 Vector<const char> GetScriptSource(int index) { in GetScriptSource() function in v8::internal::NativesStore
212 Vector<const char> NativesCollection<type>::GetScriptSource(int index) { in GetScriptSource() function in v8::internal::NativesCollection
213 return NativesHolder<type>::get()->GetScriptSource(index); in GetScriptSource()
232 template Vector<const char> NativesCollection<T>::GetScriptSource(int i); \
Dnatives.h40 static Vector<const char> GetScriptSource(int index);
Dserialize.cc1157 current = CopyInNativesSource(Natives::GetScriptSource(source_.Get()), in ReadData()
1163 ExtraNatives::GetScriptSource(source_.Get()), current); in ReadData()
/external/v8/src/
Dd8.cc1093 i::NativesCollection<i::D8>::GetScriptSource(source_index); in InstallUtilityScript()
Dbootstrapper.cc35 Vector<const char> source = Source::GetScriptSource(index); in SourceLookup()