52600c6b1c
Prints source position information alongside bytecode. BUG=v8:4280 LOG=N Review-Url: https://codereview.chromium.org/1963663002 Cr-Commit-Position: refs/heads/master@{#36171}
56 lines
1.0 KiB
Plaintext
56 lines
1.0 KiB
Plaintext
#
|
|
# Autogenerated by generate-bytecode-expectations.
|
|
#
|
|
|
|
---
|
|
pool type: number
|
|
execute: yes
|
|
wrap: yes
|
|
|
|
---
|
|
snippet: "
|
|
return 1 ? 2 : 3;
|
|
"
|
|
frame size: 0
|
|
parameter count: 1
|
|
bytecode array length: 12
|
|
bytecodes: [
|
|
/* 30 E> */ B(StackCheck),
|
|
/* 34 S> */ B(LdaSmi), U8(1),
|
|
B(JumpIfToBooleanFalse), U8(6),
|
|
B(LdaSmi), U8(2),
|
|
B(Jump), U8(4),
|
|
B(LdaSmi), U8(3),
|
|
/* 52 S> */ B(Return),
|
|
]
|
|
constant pool: [
|
|
]
|
|
handlers: [
|
|
]
|
|
|
|
---
|
|
snippet: "
|
|
return 1 ? 2 ? 3 : 4 : 5;
|
|
"
|
|
frame size: 0
|
|
parameter count: 1
|
|
bytecode array length: 20
|
|
bytecodes: [
|
|
/* 30 E> */ B(StackCheck),
|
|
/* 34 S> */ B(LdaSmi), U8(1),
|
|
B(JumpIfToBooleanFalse), U8(14),
|
|
B(LdaSmi), U8(2),
|
|
B(JumpIfToBooleanFalse), U8(6),
|
|
B(LdaSmi), U8(3),
|
|
B(Jump), U8(4),
|
|
B(LdaSmi), U8(4),
|
|
B(Jump), U8(4),
|
|
B(LdaSmi), U8(5),
|
|
/* 60 S> */ B(Return),
|
|
]
|
|
constant pool: [
|
|
]
|
|
handlers: [
|
|
]
|
|
|