Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test1
Function
test1
deps/v8/test/mjsunit/packed-elements.js:30–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
// Flags: --allow-natives-syntax
29
30
function
test1() {
31
var
a = Array(8);
32
assertTrue(%HasSmiOrObjectElements(a));
33
assertTrue(%HasHoleyElements(a));
34
}
35
36
function
test2() {
37
var
a = Array();
Callers
2
mod-range.js
File · 0.70
arguments-deopt.js
File · 0.70
Calls
2
Array
Function · 0.85
assertTrue
Function · 0.70
Tested by
no test coverage detected