Searched refs:GetScriptSource (Results 1 – 5 of 5) sorted by relevance
40 Vector<const char> GetScriptSource(int index) { in GetScriptSource() function in v8::internal::NativesStore212 Vector<const char> NativesCollection<type>::GetScriptSource(int index) { in GetScriptSource() function in v8::internal::NativesCollection213 return NativesHolder<type>::get()->GetScriptSource(index); in GetScriptSource()232 template Vector<const char> NativesCollection<T>::GetScriptSource(int i); \
40 static Vector<const char> GetScriptSource(int index);
1157 current = CopyInNativesSource(Natives::GetScriptSource(source_.Get()), in ReadData()1163 ExtraNatives::GetScriptSource(source_.Get()), current); in ReadData()
1093 i::NativesCollection<i::D8>::GetScriptSource(source_index); in InstallUtilityScript()
35 Vector<const char> source = Source::GetScriptSource(index); in SourceLookup()