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.
73 lines
1.1 KiB
73 lines
1.1 KiB
9 years ago
|
#
|
||
|
# Autogenerated by generate-bytecode-expectations.
|
||
|
#
|
||
|
|
||
|
---
|
||
|
pool type: mixed
|
||
|
execute: yes
|
||
|
wrap: yes
|
||
|
|
||
|
---
|
||
|
snippet: "
|
||
|
return function(){ }
|
||
|
"
|
||
|
frame size: 0
|
||
|
parameter count: 1
|
||
|
bytecode array length: 5
|
||
|
bytecodes: [
|
||
|
B(StackCheck),
|
||
|
B(CreateClosure), U8(0), U8(0),
|
||
|
B(Return),
|
||
|
]
|
||
|
constant pool: [
|
||
|
InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
||
|
]
|
||
|
handlers: [
|
||
|
]
|
||
|
|
||
|
---
|
||
|
snippet: "
|
||
|
return (function(){ })()
|
||
|
"
|
||
|
frame size: 2
|
||
|
parameter count: 1
|
||
|
bytecode array length: 15
|
||
|
bytecodes: [
|
||
|
B(StackCheck),
|
||
|
B(LdaUndefined),
|
||
|
B(Star), R(1),
|
||
|
B(CreateClosure), U8(0), U8(0),
|
||
|
B(Star), R(0),
|
||
|
B(Call), R(0), R(1), U8(1), U8(1),
|
||
|
B(Return),
|
||
|
]
|
||
|
constant pool: [
|
||
|
InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
||
|
]
|
||
|
handlers: [
|
||
|
]
|
||
|
|
||
|
---
|
||
|
snippet: "
|
||
|
return (function(x){ return x; })(1)
|
||
|
"
|
||
|
frame size: 3
|
||
|
parameter count: 1
|
||
|
bytecode array length: 19
|
||
|
bytecodes: [
|
||
|
B(StackCheck),
|
||
|
B(LdaUndefined),
|
||
|
B(Star), R(1),
|
||
|
B(CreateClosure), U8(0), U8(0),
|
||
|
B(Star), R(0),
|
||
|
B(LdaSmi), U8(1),
|
||
|
B(Star), R(2),
|
||
|
B(Call), R(0), R(1), U8(2), U8(1),
|
||
|
B(Return),
|
||
|
]
|
||
|
constant pool: [
|
||
|
InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
||
|
]
|
||
|
handlers: [
|
||
|
]
|