mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.1 KiB
58 lines
1.1 KiB
#
|
|
# Autogenerated by generate-bytecode-expectations.
|
|
#
|
|
|
|
---
|
|
wrap: no
|
|
test function name: f
|
|
|
|
---
|
|
snippet: "
|
|
function t() { }
|
|
function f() { return t(); }
|
|
f();
|
|
"
|
|
frame size: 1
|
|
parameter count: 1
|
|
bytecode array length: 10
|
|
bytecodes: [
|
|
/* 27 E> */ B(StackCheck),
|
|
/* 32 S> */ B(LdaGlobal), U8(0), U8(5),
|
|
B(Star), R(0),
|
|
/* 39 E> */ B(CallUndefinedReceiver0), R(0), U8(3),
|
|
/* 43 S> */ B(Return),
|
|
]
|
|
constant pool: [
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["t"],
|
|
]
|
|
handlers: [
|
|
]
|
|
|
|
---
|
|
snippet: "
|
|
function t(a, b, c) { }
|
|
function f() { return t(1, 2, 3); }
|
|
f();
|
|
"
|
|
frame size: 4
|
|
parameter count: 1
|
|
bytecode array length: 24
|
|
bytecodes: [
|
|
/* 34 E> */ B(StackCheck),
|
|
/* 39 S> */ B(LdaGlobal), U8(0), U8(5),
|
|
B(Star), R(0),
|
|
B(LdaSmi), I8(1),
|
|
B(Star), R(1),
|
|
B(LdaSmi), I8(2),
|
|
B(Star), R(2),
|
|
B(LdaSmi), I8(3),
|
|
B(Star), R(3),
|
|
/* 46 E> */ B(CallUndefinedReceiver), R(0), R(1), U8(3), U8(3),
|
|
/* 57 S> */ B(Return),
|
|
]
|
|
constant pool: [
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["t"],
|
|
]
|
|
handlers: [
|
|
]
|
|
|
|
|