| /external/v8/src/runtime/ |
| D | runtime-debug.cc | 172 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 …]
|
| D | runtime-regexp.cc | 839 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()
|
| D | runtime-object.cc | 516 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()
|
| D | runtime-literals.cc | 445 return isolate->factory()->NewJSArrayWithElements( in Create()
|
| D | runtime-strings.cc | 641 return *isolate->factory()->NewJSArrayWithElements(elements); in RUNTIME_FUNCTION()
|
| D | runtime-array.cc | 508 return *isolate->factory()->NewJSArrayWithElements(keys); in RUNTIME_FUNCTION()
|
| /external/v8/src/objects/ |
| D | template-objects.cc | 20 Handle<JSArray> raw_object = isolate->factory()->NewJSArrayWithElements( in CreateTemplateObject() 25 Handle<JSArray> template_object = isolate->factory()->NewJSArrayWithElements( in CreateTemplateObject()
|
| D | js-plural-rules.cc | 318 isolate->factory()->NewJSArrayWithElements(plural_categories); in ResolvedOptions()
|
| /external/v8/src/heap/ |
| D | factory-inl.h | 155 Handle<JSArray> Factory::NewJSArrayWithElements(Handle<FixedArrayBase> elements, in NewJSArrayWithElements() function 158 return NewJSArrayWithElements(elements, elements_kind, elements->length(), in NewJSArrayWithElements()
|
| D | factory.h | 614 Handle<JSArray> NewJSArrayWithElements(Handle<FixedArrayBase> elements, 618 inline Handle<JSArray> NewJSArrayWithElements(
|
| D | factory.cc | 2935 Handle<JSArray> Factory::NewJSArrayWithElements(Handle<FixedArrayBase> elements, in NewJSArrayWithElements() function in v8::internal::Factory
|
| /external/v8/src/wasm/ |
| D | wasm-debug.cc | 511 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/ |
| D | builtins-reflect.cc | 177 return *isolate->factory()->NewJSArrayWithElements(keys); in BUILTIN()
|
| D | builtins-object.cc | 324 return *isolate->factory()->NewJSArrayWithElements(keys); in GetOwnPropertyKeys()
|
| D | builtins-array.cc | 1287 return *isolate->factory()->NewJSArrayWithElements(storage, kind, j); in Slow_ArrayConcat()
|
| /external/v8/src/ |
| D | json-parser.cc | 608 json_array = factory()->NewJSArrayWithElements(elems, kind, pretenure_); in ParseJsonArray() 617 json_array = factory()->NewJSArrayWithElements(elems, kind, pretenure_); in ParseJsonArray()
|
| D | feedback-vector.cc | 1288 isolate->factory()->NewJSArrayWithElements( in ConvertToJSObject()
|
| D | messages.cc | 885 return isolate->factory()->NewJSArrayWithElements(frames); in GetStackFrames()
|
| D | objects-inl.h | 3156 return isolate->factory()->NewJSArrayWithElements(entry_storage, in MakeEntryPair() 3168 return isolate->factory()->NewJSArrayWithElements(entry_storage, in MakeEntryPair()
|
| D | isolate.cc | 645 return factory()->NewJSArrayWithElements(builder.GetElements()); in CaptureSimpleStackTrace()
|
| D | d8.cc | 1966 factory->NewJSArrayWithElements(arguments_array); in CreateEvaluationContext()
|
| D | api.cc | 4493 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()
|
| D | elements.cc | 2250 return isolate->factory()->NewJSArrayWithElements( in SpliceImpl()
|
| D | objects.cc | 9089 value = isolate->factory()->NewJSArrayWithElements(entry_storage, in GetOwnValuesOrEntries() 18385 return isolate->factory()->NewJSArrayWithElements(entries); in GetEntries()
|
| /external/v8/src/debug/ |
| D | debug-scopes.cc | 202 return isolate_->factory()->NewJSArrayWithElements(details); in MaterializeScopeDetails() 213 return isolate_->factory()->NewJSArrayWithElements(details); in MaterializeScopeDetails()
|