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

Function ExportedDataViewGetterBody

deps/v8/test/mjsunit/wasm/imported-dataview.js:57–64  ·  view source on GitHub ↗
(dataview_op)

Source from the content-addressed store, hash-verified

55};
56
57function ExportedDataViewGetterBody(dataview_op) {
58 return [
59 kExprLocalGet, 0,
60 kExprLocalGet, 1,
61 kExprLocalGet, 2,
62 kExprCallFunction, dataview_op,
63 ]
64}
65
66function ExportedDataViewSetterBody(dataview_op) {
67 return [

Callers 1

MakeInstanceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected