Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ load
Function
load
deps/v8/test/mjsunit/megamorphic-callbacks.js:28–30 ·
view source on GitHub ↗
(o)
Source
from the content-addressed store, hash-verified
26
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
28
function
load(o) {
29
return
o.x;
30
};
31
32
function
store(o) {
33
o.y = 42;
Callers
1
megamorphic-callbacks.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected