Searched refs:GetScriptsSource (Results 1 – 3 of 3) sorted by relevance
58 Vector<const char> GetScriptsSource() { in GetScriptsSource() function in v8::internal::NativesStore222 Vector<const char> NativesCollection<type>::GetScriptsSource() { in GetScriptsSource() function in v8::internal::NativesCollection223 return NativesHolder<type>::get()->GetScriptsSource(); in GetScriptsSource()234 template Vector<const char> NativesCollection<T>::GetScriptsSource();
42 static Vector<const char> GetScriptsSource();
494 i::Vector<const char> source = TestSources::GetScriptsSource(); in TEST()