mirror of
https://github.com/nodejs/node.git
synced 2025-08-19 08:51:03 +02:00

PR-URL: https://github.com/nodejs/node/pull/44741 Fixes: https://github.com/nodejs/node/issues/44650 Fixes: https://github.com/nodejs/node/issues/37472 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
64 lines
1.1 KiB
Text
64 lines
1.1 KiB
Text
#
|
|
# Autogenerated by generate-bytecode-expectations.
|
|
#
|
|
|
|
---
|
|
wrap: yes
|
|
|
|
---
|
|
snippet: "
|
|
return function(){ }
|
|
"
|
|
frame size: 0
|
|
parameter count: 1
|
|
bytecode array length: 5
|
|
bytecodes: [
|
|
/* 34 S> */ B(CreateClosure), U8(0), U8(0), U8(2),
|
|
/* 54 S> */ B(Return),
|
|
]
|
|
constant pool: [
|
|
SHARED_FUNCTION_INFO_TYPE,
|
|
]
|
|
handlers: [
|
|
]
|
|
|
|
---
|
|
snippet: "
|
|
return (function(){ })()
|
|
"
|
|
frame size: 1
|
|
parameter count: 1
|
|
bytecode array length: 9
|
|
bytecodes: [
|
|
/* 34 S> */ B(CreateClosure), U8(0), U8(0), U8(2),
|
|
B(Star0),
|
|
/* 56 E> */ B(CallUndefinedReceiver0), R(0), U8(0),
|
|
/* 58 S> */ B(Return),
|
|
]
|
|
constant pool: [
|
|
SHARED_FUNCTION_INFO_TYPE,
|
|
]
|
|
handlers: [
|
|
]
|
|
|
|
---
|
|
snippet: "
|
|
return (function(x){ return x; })(1)
|
|
"
|
|
frame size: 2
|
|
parameter count: 1
|
|
bytecode array length: 13
|
|
bytecodes: [
|
|
/* 34 S> */ B(CreateClosure), U8(0), U8(0), U8(2),
|
|
B(Star0),
|
|
B(LdaSmi), I8(1),
|
|
B(Star1),
|
|
/* 67 E> */ B(CallUndefinedReceiver1), R(0), R(1), U8(0),
|
|
/* 70 S> */ B(Return),
|
|
]
|
|
constant pool: [
|
|
SHARED_FUNCTION_INFO_TYPE,
|
|
]
|
|
handlers: [
|
|
]
|
|
|