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.h47 static Vector<const char> GetScriptSource(int index);
Ddeserializer.cc751 current = CopyInNativesSource(Natives::GetScriptSource(source_.Get()), in ReadData()
757 ExtraNatives::GetScriptSource(source_.Get()), current); in ReadData()
/external/v8/src/
Dd8.cc1360 i::NativesCollection<i::D8>::GetScriptSource(source_index); in Stringify()
Dbootstrapper.cc38 Vector<const char> source = Source::GetScriptSource(index); in SourceLookup()