Searched refs:NativesCollection (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dnatives.h43 class NativesCollection { class in namespace:v8::internal
62 typedef NativesCollection<CORE> Natives;
63 typedef NativesCollection<EXPERIMENTAL> ExperimentalNatives;
H A Dd8.cc746 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);
/external/v8/test/cctest/
H A Dtest-log.cc472 typedef i::NativesCollection<i::TEST> TestSources;

Completed in 103 milliseconds