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

Function Asm

deps/v8/test/mjsunit/asm/log-lazy-code.js:34–44  ·  view source on GitHub ↗
(stdlib, imports, buffer)

Source from the content-addressed store, hash-verified

32d8.profiler.setOnProfileEndListener(OnProfilerSampleCallback);
33
34function Asm(stdlib, imports, buffer) {
35 "use asm";
36 var g = imports.g;
37
38 function f(i) {
39 i = i|0;
40 return g() | 0;
41 }
42
43 return { f: f };
44}
45
46var heap = new ArrayBuffer(64*1024);
47

Callers 1

log-lazy-code.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected