blob: 582c08734136e743ca271a90a39092d3fe8b33c8 [file] [log] [blame]
#
# Autogenerated by generate-bytecode-expectations.
#
---
pool type: number
execute: yes
wrap: no
test function name: f
---
snippet: "
var f;
f = function f() {};
f();
"
frame size: 1
parameter count: 1
bytecode array length: 6
bytecodes: [
/* 21 E> */ B(StackCheck),
B(Mov), R(closure), R(0),
B(LdaUndefined),
/* 25 S> */ B(Return),
]
constant pool: [
]
handlers: [
]
---
snippet: "
var f;
f = function f() { return f; };
f();
"
frame size: 1
parameter count: 1
bytecode array length: 7
bytecodes: [
/* 21 E> */ B(StackCheck),
B(Mov), R(closure), R(0),
/* 26 S> */ B(Ldar), R(0),
/* 36 S> */ B(Return),
]
constant pool: [
]
handlers: [
]