Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
Druntime-array.cc127 factory->NewJSArrayStorage(array, 0, 0, DONT_INITIALIZE_ARRAY_ELEMENTS); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/heap/
Dfactory.h582 void NewJSArrayStorage(
1104 Handle<FixedArrayBase> NewJSArrayStorage(
Dfactory.cc2623 NewJSArrayStorage(elements_kind, capacity, mode); in NewJSArray()
2657 void Factory::NewJSArrayStorage(Handle<JSArray> array, int length, int capacity, in NewJSArrayStorage() function in v8::internal::Factory
2671 NewJSArrayStorage(array->GetElementsKind(), capacity, mode); in NewJSArrayStorage()
2678 Handle<FixedArrayBase> Factory::NewJSArrayStorage( in NewJSArrayStorage() function in v8::internal::Factory
/third_party/node/deps/v8/src/objects/
Dobjects.cc5160 array->GetIsolate()->factory()->NewJSArrayStorage( in Initialize()