Searched defs:GetRawScriptSource (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dnatives-external.cc31 Vector<const char> GetRawScriptSource(int index) { function in class:v8::internal::NativesStore
169 Vector<const char> NativesCollection<type>::GetRawScriptSource(int index) { function in class:v8::internal::NativesCollection
170 return NativesHolder<type>::get()->GetRawScriptSource(index);

Completed in 242 milliseconds