Searched defs:NewFixedArrayWithHoles (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dfactory.cc73 Handle<FixedArray> Factory::NewFixedArrayWithHoles(int size, function in class:v8::internal::Factory
771 NewFixedArrayWithHoles(scope_info->ContextLength());
1676 elms = NewFixedArrayWithHoles(capacity);

Completed in 118 milliseconds