Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-debug.cc172 return factory->NewJSArrayWithElements(result); in GetIteratorInternalProperties()
199 factory->NewJSArrayWithElements(bound_arguments); in GetInternalProperties()
201 return factory->NewJSArrayWithElements(result); in GetInternalProperties()
237 return factory->NewJSArrayWithElements(result); in GetInternalProperties()
256 return factory->NewJSArrayWithElements(result); in GetInternalProperties()
275 return factory->NewJSArrayWithElements(result); in GetInternalProperties()
284 return factory->NewJSArrayWithElements(result); in GetInternalProperties()
388 return *isolate->factory()->NewJSArrayWithElements( in RUNTIME_FUNCTION()
432 return *isolate->factory()->NewJSArrayWithElements(instances); in RUNTIME_FUNCTION()
710 factory->NewJSArrayWithElements(ranges_array, PACKED_ELEMENTS); in RUNTIME_FUNCTION()
[all …]
Druntime-regexp.cc839 Handle<JSArray> result = isolate->factory()->NewJSArrayWithElements( in RUNTIME_FUNCTION()
1248 builder.Add(*isolate->factory()->NewJSArrayWithElements(elements)); in SearchRegExpMultiple()
1560 Handle<JSArray> NewJSArrayWithElements(Isolate* isolate, in NewJSArrayWithElements() function
1563 return isolate->factory()->NewJSArrayWithElements( in NewJSArrayWithElements()
1643 return *factory->NewJSArrayWithElements(elems); in RUNTIME_FUNCTION()
1687 return *NewJSArrayWithElements(isolate, elems, num_elems); in RUNTIME_FUNCTION()
1709 return *NewJSArrayWithElements(isolate, elems, num_elems); in RUNTIME_FUNCTION()
1722 return *NewJSArrayWithElements(isolate, elems, num_elems); in RUNTIME_FUNCTION()
Druntime-object.cc516 return *isolate->factory()->NewJSArrayWithElements(values); in RUNTIME_FUNCTION()
530 return *isolate->factory()->NewJSArrayWithElements(value); in RUNTIME_FUNCTION()
544 return *isolate->factory()->NewJSArrayWithElements(entries); in RUNTIME_FUNCTION()
558 return *isolate->factory()->NewJSArrayWithElements(entries); in RUNTIME_FUNCTION()
730 return *isolate->factory()->NewJSArrayWithElements(keys); in RUNTIME_FUNCTION()
Druntime-literals.cc445 return isolate->factory()->NewJSArrayWithElements( in Create()
Druntime-strings.cc641 return *isolate->factory()->NewJSArrayWithElements(elements); in RUNTIME_FUNCTION()
Druntime-array.cc508 return *isolate->factory()->NewJSArrayWithElements(keys); in RUNTIME_FUNCTION()
/external/v8/src/objects/
Dtemplate-objects.cc20 Handle<JSArray> raw_object = isolate->factory()->NewJSArrayWithElements( in CreateTemplateObject()
25 Handle<JSArray> template_object = isolate->factory()->NewJSArrayWithElements( in CreateTemplateObject()
Djs-plural-rules.cc318 isolate->factory()->NewJSArrayWithElements(plural_categories); in ResolvedOptions()
/external/v8/src/heap/
Dfactory-inl.h155 Handle<JSArray> Factory::NewJSArrayWithElements(Handle<FixedArrayBase> elements, in NewJSArrayWithElements() function
158 return NewJSArrayWithElements(elements, elements_kind, elements->length(), in NewJSArrayWithElements()
Dfactory.h614 Handle<JSArray> NewJSArrayWithElements(Handle<FixedArrayBase> elements,
618 inline Handle<JSArray> NewJSArrayWithElements(
Dfactory.cc2935 Handle<JSArray> Factory::NewJSArrayWithElements(Handle<FixedArrayBase> elements, in NewJSArrayWithElements() function in v8::internal::Factory
/external/v8/src/wasm/
Dwasm-debug.cc511 isolate_->factory()->NewJSArrayWithElements(global_scope); in GetScopeDetails()
513 isolate_->factory()->NewJSArrayWithElements(local_scope); in GetScopeDetails()
517 return isolate_->factory()->NewJSArrayWithElements(all_scopes); in GetScopeDetails()
/external/v8/src/builtins/
Dbuiltins-reflect.cc177 return *isolate->factory()->NewJSArrayWithElements(keys); in BUILTIN()
Dbuiltins-object.cc324 return *isolate->factory()->NewJSArrayWithElements(keys); in GetOwnPropertyKeys()
Dbuiltins-array.cc1287 return *isolate->factory()->NewJSArrayWithElements(storage, kind, j); in Slow_ArrayConcat()
/external/v8/src/
Djson-parser.cc608 json_array = factory()->NewJSArrayWithElements(elems, kind, pretenure_); in ParseJsonArray()
617 json_array = factory()->NewJSArrayWithElements(elems, kind, pretenure_); in ParseJsonArray()
Dfeedback-vector.cc1288 isolate->factory()->NewJSArrayWithElements( in ConvertToJSObject()
Dmessages.cc885 return isolate->factory()->NewJSArrayWithElements(frames); in GetStackFrames()
Dobjects-inl.h3156 return isolate->factory()->NewJSArrayWithElements(entry_storage, in MakeEntryPair()
3168 return isolate->factory()->NewJSArrayWithElements(entry_storage, in MakeEntryPair()
Disolate.cc645 return factory()->NewJSArrayWithElements(builder.GetElements()); in CaptureSimpleStackTrace()
Dd8.cc1966 factory->NewJSArrayWithElements(arguments_array); in CreateEvaluationContext()
Dapi.cc4493 auto result = isolate->factory()->NewJSArrayWithElements(value); in GetPropertyNames()
7150 return factory->NewJSArrayWithElements(result, i::PACKED_ELEMENTS, length); in MapAsArray()
7252 return factory->NewJSArrayWithElements(result, i::PACKED_ELEMENTS, length); in SetAsArray()
Delements.cc2250 return isolate->factory()->NewJSArrayWithElements( in SpliceImpl()
Dobjects.cc9089 value = isolate->factory()->NewJSArrayWithElements(entry_storage, in GetOwnValuesOrEntries()
18385 return isolate->factory()->NewJSArrayWithElements(entries); in GetEntries()
/external/v8/src/debug/
Ddebug-scopes.cc202 return isolate_->factory()->NewJSArrayWithElements(details); in MaterializeScopeDetails()
213 return isolate_->factory()->NewJSArrayWithElements(details); in MaterializeScopeDetails()