Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc3740 Handle<DescriptorArray> array_descriptors( in InstallNatives() local
3743 int old = array_descriptors->SearchWithCache( in InstallNatives()
3747 length, handle(array_descriptors->GetValue(old), isolate()), in InstallNatives()
3748 array_descriptors->GetDetails(old).attributes()); in InstallNatives()