MCPcopy Create free account
hub / github.com/nodejs/node / create

Function create

deps/v8/test/mjsunit/tools/foozzie.js:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57function testArrayType(intArrayType, floatArrayType, pattern) {
58 // Test passing NaNs to constructor with array.
59 let create = function() {
60 return new intArrayType(new floatArrayType([-NaN]).buffer);
61 };
62 testSameOptimized(intArrayType, pattern, create);
63 // Test passing NaNs to constructor with iterator.
64 create = function() {

Callers 15

TestAllScenariosFunction · 0.50
fctFunction · 0.50
TestForIn2Function · 0.50
TestForInDerived2Function · 0.50
TestForInThrow2Function · 0.50
TestGetOwnProperty2Function · 0.50
TestGetOwnPropertyThrow2Function · 0.50
TestGet2Function · 0.50
TestGetCall2Function · 0.50
TestGetThrow2Function · 0.50
TestSet2Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected