Index: test/mjsunit/runtime-gen/debugconstructedby.js |
diff --git a/test/mjsunit/runtime-gen/debugconstructedby.js b/test/mjsunit/runtime-gen/debugconstructedby.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d7fa0f469166f336cc498ae3797ae93347e74e96 |
--- /dev/null |
+++ b/test/mjsunit/runtime-gen/debugconstructedby.js |
@@ -0,0 +1,6 @@ |
+// 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 _constructor = function() {}; |
+var _max_references = 32; |
+%DebugConstructedBy(_constructor, _max_references); |