Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ emitNop
Function
emitNop
test/fixtures/snapshot/typescript.js:103827–103829 ·
view source on GitHub ↗
* Emits an empty instruction.
()
Source
from the content-addressed store, hash-verified
103825
* Emits an empty instruction.
103826
*/
103827
function
emitNop() {
103828
emitWorker(0 /* OpCode.Nop */);
103829
}
103830
/**
103831
* Emits a Statement.
103832
*
Callers
4
beginExceptionBlock
Function · 0.85
beginCatchBlock
Function · 0.85
endExceptionBlock
Function · 0.85
emitStatement
Function · 0.85
Calls
1
emitWorker
Function · 0.85
Tested by
no test coverage detected