summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/function-location-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/runtime/function-location-expected.txt')
-rw-r--r--deps/v8/test/inspector/runtime/function-location-expected.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/deps/v8/test/inspector/runtime/function-location-expected.txt b/deps/v8/test/inspector/runtime/function-location-expected.txt
new file mode 100644
index 0000000000..255b4acd21
--- /dev/null
+++ b/deps/v8/test/inspector/runtime/function-location-expected.txt
@@ -0,0 +1,16 @@
+Check [[FunctionLocation]] internal property
+function a#() { b(); };
+function b() {
+
+function a() { b(); };
+function b#() {
+ c(true);
+
+};
+ function c#(x) {
+ if (x) {
+
+ };
+function d#(x) {
+ x = 1 ;
+