Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-debug.cc684 Handle<FixedArray> scripts_array = factory->NewFixedArray(num_scripts); in RUNTIME_FUNCTION() local
713 scripts_array->set(i, *script_obj); in RUNTIME_FUNCTION()
715 return *factory->NewJSArrayWithElements(scripts_array, PACKED_ELEMENTS); in RUNTIME_FUNCTION()