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

Function clear_all_ics

deps/v8/test/mjsunit/context-calls-maintained.js:30–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28// Flags: --expose-gc --allow-natives-syntax
29
30function clear_all_ics() {
31 %NotifyContextDisposed();
32 gc();
33 gc();
34 gc();
35}
36
37
38// Test: verify that a monomorphic call retains the structural knowledge

Callers 1

Calls 1

gcFunction · 0.50

Tested by

no test coverage detected