Home
last modified time | relevance | path

Searched refs:GetScriptsSource (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/snapshot/
Dnatives-external.cc58 Vector<const char> GetScriptsSource() { in GetScriptsSource() function in v8::internal::NativesStore
222 Vector<const char> NativesCollection<type>::GetScriptsSource() { in GetScriptsSource() function in v8::internal::NativesCollection
223 return NativesHolder<type>::get()->GetScriptsSource(); in GetScriptsSource()
234 template Vector<const char> NativesCollection<T>::GetScriptsSource();
Dnatives.h42 static Vector<const char> GetScriptsSource();
/external/v8/test/cctest/
Dtest-log.cc494 i::Vector<const char> source = TestSources::GetScriptsSource(); in TEST()