Home
last modified time | relevance | path

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

/external/v8/src/
Dfactory.h43 Handle<FixedArrayBase> NewFixedDoubleArrayWithHoles(
Dfactory.cc164 Handle<FixedArrayBase> Factory::NewFixedDoubleArrayWithHoles( in NewFixedDoubleArrayWithHoles() function in v8::internal::Factory
1657 elms = NewFixedDoubleArrayWithHoles(capacity); in NewJSArrayStorage()