Home
last modified time | relevance | path

Searched refs:array_descriptors (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dbootstrapper.cc2744 Handle<DescriptorArray> array_descriptors( in InstallNatives() local
2747 int old = array_descriptors->SearchWithCache( in InstallNatives()
2751 length, handle(array_descriptors->GetValue(old), isolate()), in InstallNatives()
2752 array_descriptors->GetDetails(old).attributes()); in InstallNatives()