You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose `Isolate::get_heap_code_and_metadata_statistics()` which wraps
V8's `GetHeapCodeAndMetadataStatistics`. Returns a `HeapCodeStatistics`
struct with code_and_metadata_size, bytecode_and_metadata_size,
external_script_source_size, and cpu_profiler_metadata_size.
This is needed to implement Node.js `v8.getHeapCodeStatistics()` in Deno.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments