Commit 6c587af
fix: relax code_and_metadata_size assertion in heap_code_statistics test
code_and_metadata_size tracks JIT-compiled code, which may be 0 if V8
only uses the interpreter for simple scripts. Assert non-decreasing
instead of > 0.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 395f612 commit 6c587af
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7823 | 7823 | | |
7824 | 7824 | | |
7825 | 7825 | | |
7826 | | - | |
| 7826 | + | |
| 7827 | + | |
| 7828 | + | |
7827 | 7829 | | |
7828 | 7830 | | |
7829 | 7831 | | |
| |||
0 commit comments