Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test2
Function
test2
deps/v8/test/mjsunit/packed-elements.js:36–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
function
test2() {
37
var
a = Array();
38
assertTrue(%HasSmiOrObjectElements(a));
39
assertFalse(%HasHoleyElements(a));
40
}
41
42
function
test3() {
43
var
a = Array(1,2,3,4,5,6,7);
Callers
4
undetectable-compare.js
File · 0.70
mod-range.js
File · 0.70
arguments-deopt.js
File · 0.70
test
Function · 0.70
Calls
3
Array
Function · 0.85
assertTrue
Function · 0.70
assertFalse
Function · 0.50
Tested by
1
test
Function · 0.56