Home
last modified time | relevance | path

Searched refs:NewJSArrayWithElements (Results 1 – 25 of 28) sorted by relevance

12

/third_party/node/deps/v8/src/heap/
Dfactory-inl.h54 Handle<JSArray> Factory::NewJSArrayWithElements(Handle<FixedArrayBase> elements, in NewJSArrayWithElements() function
57 return NewJSArrayWithElements(elements, elements_kind, elements->length(), in NewJSArrayWithElements()
Dmemory-measurement.cc51 factory_->NewJSArrayWithElements(other)); in Build()
78 return factory_->NewJSArrayWithElements(elements); in NewRange()
Dfactory.h573 Handle<JSArray> NewJSArrayWithElements(
577 inline Handle<JSArray> NewJSArrayWithElements(
Dfactory.cc2617 return NewJSArrayWithElements(empty_fixed_array(), elements_kind, length, in NewJSArray()
2628 Handle<JSArray> Factory::NewJSArrayWithElements(Handle<FixedArrayBase> elements, in NewJSArrayWithElements() function in v8::internal::Factory
/third_party/node/deps/v8/src/objects/
Dtemplate-objects.cc47 Handle<JSArray> raw_object = isolate->factory()->NewJSArrayWithElements( in GetTemplateObject()
53 Handle<JSArray> template_object = isolate->factory()->NewJSArrayWithElements( in GetTemplateObject()
Djs-locale.cc494 return factory->NewJSArrayWithElements(fixed_array); in GetKeywordValuesFromLocale()
559 return factory->NewJSArrayWithElements(fixed_array); in HourCycles()
593 return factory->NewJSArrayWithElements(fixed_array); in HourCycles()
623 return factory->NewJSArrayWithElements(fixed_array); in NumberingSystems()
746 Handle<JSArray> we = factory->NewJSArrayWithElements(wi); in WeekInfo()
Djs-plural-rules.cc316 isolate->factory()->NewJSArrayWithElements(plural_categories); in ResolvedOptions()
Djs-regexp.cc50 isolate->factory()->NewJSArrayWithElements(indices_sub_array, in BuildIndices()
Dobjects-inl.h1253 return isolate->factory()->NewJSArrayWithElements(entry_storage, in MakeEntryPair()
1264 return isolate->factory()->NewJSArrayWithElements(entry_storage, in MakeEntryPair()
Dintl-objects.cc2058 return factory->NewJSArrayWithElements(fixed_array); in VectorToJSArray()
2161 return factory->NewJSArrayWithElements(fixed_array); in AvailableUnits()
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc230 isolate->factory()->NewJSArrayWithElements( in GetInternalProperties()
377 return isolate->factory()->NewJSArrayWithElements( in GetInternalProperties()
480 return *isolate->factory()->NewJSArrayWithElements( in RUNTIME_FUNCTION()
524 return *isolate->factory()->NewJSArrayWithElements(instances); in RUNTIME_FUNCTION()
793 factory->NewJSArrayWithElements(ranges_array, PACKED_ELEMENTS); in RUNTIME_FUNCTION()
798 return *factory->NewJSArrayWithElements(scripts_array, PACKED_ELEMENTS); in RUNTIME_FUNCTION()
Druntime-regexp.cc821 Handle<JSArray> result = isolate->factory()->NewJSArrayWithElements( in RUNTIME_FUNCTION()
1302 builder.Add(*isolate->factory()->NewJSArrayWithElements(elements)); in SearchRegExpMultiple()
1630 Handle<JSArray> NewJSArrayWithElements(Isolate* isolate, in NewJSArrayWithElements() function
1633 return isolate->factory()->NewJSArrayWithElements( in NewJSArrayWithElements()
1711 return *factory->NewJSArrayWithElements(elems); in RUNTIME_FUNCTION()
1755 return *NewJSArrayWithElements(isolate, elems, num_elems); in RUNTIME_FUNCTION()
1777 return *NewJSArrayWithElements(isolate, elems, num_elems); in RUNTIME_FUNCTION()
1790 return *NewJSArrayWithElements(isolate, elems, num_elems); in RUNTIME_FUNCTION()
Druntime-object.cc658 return *isolate->factory()->NewJSArrayWithElements(values); in RUNTIME_FUNCTION()
672 return *isolate->factory()->NewJSArrayWithElements(value); in RUNTIME_FUNCTION()
686 return *isolate->factory()->NewJSArrayWithElements(entries); in RUNTIME_FUNCTION()
700 return *isolate->factory()->NewJSArrayWithElements(entries); in RUNTIME_FUNCTION()
1026 return *isolate->factory()->NewJSArrayWithElements(keys); in RUNTIME_FUNCTION()
Druntime-test-wasm.cc319 return *isolate->factory()->NewJSArrayWithElements(values); in RUNTIME_FUNCTION()
Druntime-strings.cc347 return *isolate->factory()->NewJSArrayWithElements(elements); in RUNTIME_FUNCTION()
Druntime-literals.cc511 return isolate->factory()->NewJSArrayWithElements( in CreateArrayLiteral()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-reflect.cc94 return *isolate->factory()->NewJSArrayWithElements(keys); in BUILTIN()
Dbuiltins-object.cc285 return *isolate->factory()->NewJSArrayWithElements(keys); in GetOwnPropertyKeys()
Dbuiltins-array.cc1395 return *isolate->factory()->NewJSArrayWithElements(storage, kind, j); in Slow_ArrayConcat()
1765 Handle<JSArray> array = isolate->factory()->NewJSArrayWithElements( in BUILTIN()
1827 Handle<JSArray> array = isolate->factory()->NewJSArrayWithElements( in BUILTIN()
/third_party/node/deps/v8/src/wasm/
Dwasm-module.cc266 Handle<JSArray> params = factory->NewJSArrayWithElements(param_values); in GetTypeForFunction()
282 Handle<JSArray> results = factory->NewJSArrayWithElements(result_values); in GetTypeForFunction()
/third_party/node/deps/v8/src/debug/
Ddebug-wasm-objects.cc222 Utils::ToLocal(isolate->factory()->NewJSArrayWithElements( in IndexedEnumerator()
305 isolate->factory()->NewJSArrayWithElements(names, PACKED_ELEMENTS))); in NamedEnumerator()
1099 Handle<JSArray> final_entries = isolate->factory()->NewJSArrayWithElements( in AddWasmTableObjectInternalProperties()
Ddebug-scopes.cc352 return isolate_->factory()->NewJSArrayWithElements(details); in MaterializeScopeDetails()
363 return isolate_->factory()->NewJSArrayWithElements(details); in MaterializeScopeDetails()
/third_party/node/deps/v8/src/execution/
Dmessages.cc240 return isolate->factory()->NewJSArrayWithElements(sites); in GetStackFrames()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc2039 factory()->NewJSArrayWithElements(elements, elements_kind, length); in DeserializeArrays()
/third_party/node/deps/v8/src/api/
Dapi.cc4669 auto result = isolate->factory()->NewJSArrayWithElements(value); in GetPropertyNames()
7381 factory->NewJSArrayWithElements(result, i::PACKED_ELEMENTS, len)); in New()
7512 return factory->NewJSArrayWithElements(result, i::PACKED_ELEMENTS, in MapAsArray()
7616 return factory->NewJSArrayWithElements(result, i::PACKED_ELEMENTS, in SetAsArray()

12