Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc5118 Handle<DescriptorArray> array_descriptors( in InstallNatives() local
5121 int old = array_descriptors->SearchWithCache( in InstallNatives()
5125 length, handle(array_descriptors->GetStrongValue(old), isolate()), in InstallNatives()
5126 array_descriptors->GetDetails(old).attributes()); in InstallNatives()