HomeSort by relevance Sort by last modified time
    Searched defs:GetScriptName (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
natives-external.cc 30 Vector<const char> GetScriptName(int index) { return native_names_[index]; }
174 Vector<const char> NativesCollection<type>::GetScriptName(int index) {
175 return NativesHolder<type>::get()->GetScriptName(index);
api.cc     [all...]

Completed in 75 milliseconds