Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-debug.cc193 return factory->NewJSArrayWithElements(result); in GetIteratorInternalProperties()
220 factory->NewJSArrayWithElements(bound_arguments); in GetInternalProperties()
222 return factory->NewJSArrayWithElements(result); in GetInternalProperties()
258 return factory->NewJSArrayWithElements(result); in GetInternalProperties()
277 return factory->NewJSArrayWithElements(result); in GetInternalProperties()
296 return factory->NewJSArrayWithElements(result); in GetInternalProperties()
306 return factory->NewJSArrayWithElements(result); in GetInternalProperties()
315 return factory->NewJSArrayWithElements(result); in GetInternalProperties()
419 return *isolate->factory()->NewJSArrayWithElements( in RUNTIME_FUNCTION()
463 return *isolate->factory()->NewJSArrayWithElements(instances); in RUNTIME_FUNCTION()
[all …]
Druntime-regexp.cc804 Handle<JSArray> result = isolate->factory()->NewJSArrayWithElements( in RUNTIME_FUNCTION()
1220 builder.Add(*isolate->factory()->NewJSArrayWithElements(elements)); in SearchRegExpMultiple()
1548 Handle<JSArray> NewJSArrayWithElements(Isolate* isolate, in NewJSArrayWithElements() function
1551 return isolate->factory()->NewJSArrayWithElements( in NewJSArrayWithElements()
1629 return *factory->NewJSArrayWithElements(elems); in RUNTIME_FUNCTION()
1673 return *NewJSArrayWithElements(isolate, elems, num_elems); in RUNTIME_FUNCTION()
1695 return *NewJSArrayWithElements(isolate, elems, num_elems); in RUNTIME_FUNCTION()
1708 return *NewJSArrayWithElements(isolate, elems, num_elems); in RUNTIME_FUNCTION()
Druntime-object.cc472 return *isolate->factory()->NewJSArrayWithElements(values); in RUNTIME_FUNCTION()
486 return *isolate->factory()->NewJSArrayWithElements(value); in RUNTIME_FUNCTION()
500 return *isolate->factory()->NewJSArrayWithElements(entries); in RUNTIME_FUNCTION()
514 return *isolate->factory()->NewJSArrayWithElements(entries); in RUNTIME_FUNCTION()
809 return *isolate->factory()->NewJSArrayWithElements(keys); in RUNTIME_FUNCTION()
Druntime-strings.cc421 return *isolate->factory()->NewJSArrayWithElements(elements); in RUNTIME_FUNCTION()
Druntime-literals.cc500 return isolate->factory()->NewJSArrayWithElements( in CreateArrayLiteral()
Druntime-test.cc1223 return *isolate->factory()->NewJSArrayWithElements(values); in RUNTIME_FUNCTION()
/external/v8/src/heap/
Dfactory-inl.h49 Handle<JSArray> Factory::NewJSArrayWithElements(Handle<FixedArrayBase> elements, in NewJSArrayWithElements() function
52 return NewJSArrayWithElements(elements, elements_kind, elements->length(), in NewJSArrayWithElements()
Dmemory-measurement.cc52 factory_->NewJSArrayWithElements(other)); in Build()
79 return factory_->NewJSArrayWithElements(elements); in NewRange()
Dfactory.h550 Handle<JSArray> NewJSArrayWithElements(
554 inline Handle<JSArray> NewJSArrayWithElements(
Dfactory.cc2175 return NewJSArrayWithElements(empty_fixed_array(), elements_kind, length, in NewJSArray()
2186 Handle<JSArray> Factory::NewJSArrayWithElements(Handle<FixedArrayBase> elements, in NewJSArrayWithElements() function in v8::internal::Factory
/external/v8/src/objects/
Dtemplate-objects.cc42 Handle<JSArray> raw_object = isolate->factory()->NewJSArrayWithElements( in GetTemplateObject()
48 Handle<JSArray> template_object = isolate->factory()->NewJSArrayWithElements( in GetTemplateObject()
Djs-plural-rules.cc290 isolate->factory()->NewJSArrayWithElements(plural_categories); in ResolvedOptions()
Dobjects-inl.h1107 return isolate->factory()->NewJSArrayWithElements(entry_storage, in MakeEntryPair()
1119 return isolate->factory()->NewJSArrayWithElements(entry_storage, in MakeEntryPair()
Djs-regexp.cc119 isolate->factory()->NewJSArrayWithElements(indices_sub_array, in BuildIndices()
Dfeedback-vector.cc1403 isolate->factory()->NewJSArrayWithElements( in ConvertToJSObject()
Djs-objects.cc2026 value = isolate->factory()->NewJSArrayWithElements(entry_storage, in GetOwnValuesOrEntries()
Dobjects.cc6363 return isolate->factory()->NewJSArrayWithElements(entries); in GetEntries()
/external/v8/src/builtins/
Dbuiltins-reflect.cc94 return *isolate->factory()->NewJSArrayWithElements(keys); in BUILTIN()
Dbuiltins-object.cc283 return *isolate->factory()->NewJSArrayWithElements(keys); in GetOwnPropertyKeys()
Dbuiltins-array.cc1349 return *isolate->factory()->NewJSArrayWithElements(storage, kind, j); in Slow_ArrayConcat()
/external/v8/src/wasm/
Dwasm-module.cc272 Handle<JSArray> params = factory->NewJSArrayWithElements(param_values); in GetTypeForFunction()
273 Handle<JSArray> results = factory->NewJSArrayWithElements(result_values); in GetTypeForFunction()
/external/v8/src/debug/
Ddebug-scopes.cc340 return isolate_->factory()->NewJSArrayWithElements(details); in MaterializeScopeDetails()
351 return isolate_->factory()->NewJSArrayWithElements(details); in MaterializeScopeDetails()
/external/v8/src/execution/
Dmessages.cc756 return isolate->factory()->NewJSArrayWithElements(frames); in GetStackFrames()
/external/v8/src/api/
Dapi.cc4439 auto result = isolate->factory()->NewJSArrayWithElements(value); in GetPropertyNames()
6911 factory->NewJSArrayWithElements(result, i::PACKED_ELEMENTS, len)); in New()
7042 return factory->NewJSArrayWithElements(result, i::PACKED_ELEMENTS, in MapAsArray()
7146 return factory->NewJSArrayWithElements(result, i::PACKED_ELEMENTS, in SetAsArray()