HomeSort by relevance Sort by last modified time
    Searched refs:NativesCollection (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
natives.h 43 class NativesCollection {
62 typedef NativesCollection<CORE> Natives;
63 typedef NativesCollection<EXPERIMENTAL> ExperimentalNatives;
d8.cc 746 int source_index = i::NativesCollection<i::D8>::GetIndex("d8");
748 i::NativesCollection<i::D8>::GetRawScriptSource(source_index);
750 i::NativesCollection<i::D8>::GetScriptName(source_index);
    [all...]
  /external/v8/test/cctest/
test-log.cc 472 typedef i::NativesCollection<i::TEST> TestSources;

Completed in 59 milliseconds