Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ init_array
Function
init_array
deps/v8/test/mjsunit/polymorph-arrays.js:29–33 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
27
28
// Flags: --allow-natives-syntax
29
function
init_array(a) {
30
for
(
var
i = 0; i < 10; ++i ){
31
a[i] = i;
32
}
33
}
34
35
function
init_sparse_array(a) {
36
for
(
var
i = 0; i < 10; ++i ){
Callers
4
make_polymorphic_load_function
Function · 0.85
testPolymorphicLoads
Function · 0.85
make_polymorphic_store_function
Function · 0.85
testPolymorphicStores
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected