Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ test3
Function
test3
deps/v8/test/mjsunit/packed-elements.js:42–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
function
test3() {
43
var
a = Array(1,2,3,4,5,6,7);
44
assertTrue(%HasSmiOrObjectElements(a));
45
assertFalse(%HasHoleyElements(a));
46
}
47
48
function
test4() {
49
var
a = [1, 2, 3, 4];
Callers
1
arguments-deopt.js
File · 0.70
Calls
3
Array
Function · 0.85
assertTrue
Function · 0.70
assertFalse
Function · 0.50
Tested by
no test coverage detected