Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc4186 Handle<DescriptorArray> array_descriptors( in InstallNatives() local
4189 int old = array_descriptors->SearchWithCache( in InstallNatives()
4193 length, handle(array_descriptors->GetValue(old), isolate()), in InstallNatives()
4194 array_descriptors->GetDetails(old).attributes()); in InstallNatives()