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.
|
|
|
#
|
|
|
|
# Autogenerated by generate-bytecode-expectations.
|
|
|
|
#
|
|
|
|
|
|
|
|
---
|
|
|
|
pool type: string
|
|
|
|
execute: yes
|
|
|
|
wrap: yes
|
|
|
|
|
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
throw 1;
|
|
|
|
"
|
|
|
|
frame size: 0
|
|
|
|
parameter count: 1
|
|
|
|
bytecode array length: 4
|
|
|
|
bytecodes: [
|
|
|
|
B(StackCheck),
|
|
|
|
B(LdaSmi), U8(1),
|
|
|
|
B(Throw),
|
|
|
|
]
|
|
|
|
constant pool: [
|
|
|
|
]
|
|
|
|
handlers: [
|
|
|
|
]
|
|
|
|
|
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
throw 'Error';
|
|
|
|
"
|
|
|
|
frame size: 0
|
|
|
|
parameter count: 1
|
|
|
|
bytecode array length: 4
|
|
|
|
bytecodes: [
|
|
|
|
B(StackCheck),
|
|
|
|
B(LdaConstant), U8(0),
|
|
|
|
B(Throw),
|
|
|
|
]
|
|
|
|
constant pool: [
|
|
|
|
"Error",
|
|
|
|
]
|
|
|
|
handlers: [
|
|
|
|
]
|
|
|
|
|
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
var a = 1; if (a) { throw 'Error'; };
|
|
|
|
"
|
|
|
|
frame size: 1
|
|
|
|
parameter count: 1
|
|
|
|
bytecode array length: 12
|
|
|
|
bytecodes: [
|
|
|
|
B(StackCheck),
|
|
|
|
B(LdaSmi), U8(1),
|
|
|
|
B(Star), R(0),
|
|
|
|
B(JumpIfToBooleanFalse), U8(5),
|
|
|
|
B(LdaConstant), U8(0),
|
|
|
|
B(Throw),
|
|
|
|
B(LdaUndefined),
|
|
|
|
B(Return),
|
|
|
|
]
|
|
|
|
constant pool: [
|
|
|
|
"Error",
|
|
|
|
]
|
|
|
|
handlers: [
|
|
|
|
]
|
|
|
|
|