Skip to content

Commit da8e25c

Browse files
joyeecheungnodejs-github-bot
authored andcommitted
test: update test-heapdump-vm-script.js for new version of V8
Signed-off-by: Joyee Cheung <joyeec9h3@gmail.com>
1 parent a0cad0f commit da8e25c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/pummel/test-heapdump-vm-script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const source = 'const foo = 123';
55
const script = require('vm').createScript(source);
66

77
validateByRetainingPath('Node / ContextifyScript', [
8-
{ node_name: '(shared function info)' }, // This is the UnboundScript referenced by ContextifyScript.
8+
{ node_name: 'system / SharedFunctionInfo' }, // This is the UnboundScript referenced by ContextifyScript.
99
{ edge_name: 'script' },
1010
{ edge_name: 'source', node_type: 'string', node_name: source },
1111
]);

0 commit comments

Comments
 (0)