Index: test/mjsunit/runtime-gen/debugreferencedby.js |
diff --git a/test/mjsunit/runtime-gen/debugreferencedby.js b/test/mjsunit/runtime-gen/debugreferencedby.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..214e6d45039a3684982d626b5d3f3839711e7a25 |
--- /dev/null |
+++ b/test/mjsunit/runtime-gen/debugreferencedby.js |
@@ -0,0 +1,7 @@ |
+// Copyright 2014 the V8 project authors. All rights reserved. |
+// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY |
+// Flags: --allow-natives-syntax --harmony |
+var _target = new Object(); |
+var _instance_filter = new Object(); |
+var _max_references = 32; |
+%DebugReferencedBy(_target, _instance_filter, _max_references); |