Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-debug.cc181 return factory->NewJSArrayWithElements(result); in GetIteratorInternalProperties()
208 factory->NewJSArrayWithElements(bound_arguments); in GetInternalProperties()
210 return factory->NewJSArrayWithElements(result); in GetInternalProperties()
246 return factory->NewJSArrayWithElements(result); in GetInternalProperties()
262 return factory->NewJSArrayWithElements(result); in GetInternalProperties()
281 return factory->NewJSArrayWithElements(result); in GetInternalProperties()
290 return factory->NewJSArrayWithElements(result); in GetInternalProperties()
346 return *isolate->factory()->NewJSArrayWithElements(details); in RUNTIME_FUNCTION()
383 return *isolate->factory()->NewJSArrayWithElements(details); in RUNTIME_FUNCTION()
560 return *isolate->factory()->NewJSArrayWithElements(details); in RUNTIME_FUNCTION()
[all …]
Druntime-regexp.cc723 Handle<JSArray> result = isolate->factory()->NewJSArrayWithElements( in RUNTIME_FUNCTION()
1036 builder.Add(*isolate->factory()->NewJSArrayWithElements(elements)); in SearchRegExpMultiple()
1359 Handle<JSArray> NewJSArrayWithElements(Isolate* isolate, in NewJSArrayWithElements() function
1363 return isolate->factory()->NewJSArrayWithElements(elems); in NewJSArrayWithElements()
1441 return *factory->NewJSArrayWithElements(elems); in RUNTIME_FUNCTION()
1485 return *NewJSArrayWithElements(isolate, elems, num_elems); in RUNTIME_FUNCTION()
1506 return *NewJSArrayWithElements(isolate, elems, num_elems); in RUNTIME_FUNCTION()
1519 return *NewJSArrayWithElements(isolate, elems, num_elems); in RUNTIME_FUNCTION()
Druntime-collections.cc139 return *isolate->factory()->NewJSArrayWithElements(details); in RUNTIME_FUNCTION()
226 return *isolate->factory()->NewJSArrayWithElements(details); in RUNTIME_FUNCTION()
Druntime-liveedit.cc52 return *isolate->factory()->NewJSArrayWithElements(result); in RUNTIME_FUNCTION()
Druntime-object.cc503 return *isolate->factory()->NewJSArrayWithElements(keys); in RUNTIME_FUNCTION()
963 return *isolate->factory()->NewJSArrayWithElements(elements, FAST_ELEMENTS, in RUNTIME_FUNCTION()
Druntime-array.cc250 return *isolate->factory()->NewJSArrayWithElements(keys); in RUNTIME_FUNCTION()
Druntime-strings.cc631 return *isolate->factory()->NewJSArrayWithElements(elements); in RUNTIME_FUNCTION()
Druntime-i18n.cc254 Handle<JSArray> result = factory->NewJSArrayWithElements(output); in RUNTIME_FUNCTION()
/external/v8/src/builtins/
Dbuiltins-object.cc709 return *isolate->factory()->NewJSArrayWithElements(keys); in GetOwnPropertyKeys()
801 return *isolate->factory()->NewJSArrayWithElements(keys, FAST_ELEMENTS); in BUILTIN()
813 return *isolate->factory()->NewJSArrayWithElements(values); in BUILTIN()
826 return *isolate->factory()->NewJSArrayWithElements(entries); in BUILTIN()
Dbuiltins-reflect.cc203 return *isolate->factory()->NewJSArrayWithElements(keys); in BUILTIN()
Dbuiltins-array.cc1488 return *isolate->factory()->NewJSArrayWithElements(storage, kind, j); in Slow_ArrayConcat()
/external/v8/src/
Dfactory.h511 Handle<JSArray> NewJSArrayWithElements(Handle<FixedArrayBase> elements,
515 Handle<JSArray> NewJSArrayWithElements(
519 return NewJSArrayWithElements(elements, elements_kind, elements->length(),
Djson-parser.cc515 Handle<Object> json_array = factory()->NewJSArrayWithElements( in ParseJsonArray()
Dmessages.cc864 return isolate->factory()->NewJSArrayWithElements(frames); in GetStackFrames()
Disolate.cc552 return factory()->NewJSArrayWithElements(elements); in CaptureSimpleStackTrace()
Dfactory.cc1847 Handle<JSArray> Factory::NewJSArrayWithElements(Handle<FixedArrayBase> elements, in NewJSArrayWithElements() function in v8::internal::Factory
Dd8.cc1661 factory->NewJSArrayWithElements(arguments_array); in CreateEvaluationContext()
Dapi.cc4547 auto result = isolate->factory()->NewJSArrayWithElements(value); in GetPropertyNames()
7226 return factory->NewJSArrayWithElements(result, i::FAST_ELEMENTS, length); in MapAsArray()
7324 return factory->NewJSArrayWithElements(result, i::FAST_ELEMENTS, length); in SetAsArray()
Dobjects-inl.h8208 return isolate->factory()->NewJSArrayWithElements(entry_storage, in MakeEntryPair()
8220 return isolate->factory()->NewJSArrayWithElements(entry_storage, in MakeEntryPair()
Delements.cc2090 return isolate->factory()->NewJSArrayWithElements( in SpliceImpl()
Dobjects.cc8305 value = isolate->factory()->NewJSArrayWithElements(entry_storage, in GetOwnValuesOrEntries()
18775 return isolate->factory()->NewJSArrayWithElements(entries); in GetEntries()
/external/v8/src/debug/
Ddebug-scopes.cc185 return isolate_->factory()->NewJSArrayWithElements(details); in MaterializeScopeDetails()
208 return isolate_->factory()->NewJSArrayWithElements(details); in MaterializeScopeDetails()
Ddebug.cc506 Handle<JSArray> jsarr = isolate_->factory()->NewJSArrayWithElements( in Break()
/external/v8/src/wasm/
Dwasm-debug.cc211 isolate_->factory()->NewJSArrayWithElements(breakpoints); in NotifyDebugEventListeners()