2016-02-25 12:07:07 +00:00
|
|
|
#
|
|
|
|
# Autogenerated by generate-bytecode-expectations.
|
|
|
|
#
|
|
|
|
|
|
|
|
---
|
|
|
|
pool type: mixed
|
|
|
|
execute: yes
|
|
|
|
wrap: no
|
|
|
|
test function name: f
|
|
|
|
|
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
function Outer() {
|
|
|
|
var outerVar = 1;
|
|
|
|
function Inner(innerArg) {
|
|
|
|
this.innerFunc = function() { return outerVar * innerArg; }
|
|
|
|
}
|
|
|
|
this.getInnerFunc = function() { return new Inner(1).innerFunc; }
|
|
|
|
}
|
|
|
|
var f = new Outer().getInnerFunc();
|
|
|
|
f();
|
|
|
|
"
|
|
|
|
frame size: 2
|
|
|
|
parameter count: 1
|
2016-05-27 15:57:35 +00:00
|
|
|
bytecode array length: 15
|
2016-02-25 12:07:07 +00:00
|
|
|
bytecodes: [
|
2016-05-11 12:21:56 +00:00
|
|
|
/* 97 E> */ B(StackCheck),
|
2016-05-27 15:57:35 +00:00
|
|
|
/* 102 S> */ B(LdrContextSlot), R(context), U8(1), R(0),
|
2016-05-25 09:55:26 +00:00
|
|
|
B(LdrContextSlot), R(0), U8(4), R(1),
|
2016-05-11 12:21:56 +00:00
|
|
|
/* 120 E> */ B(LdaContextSlot), R(context), U8(4),
|
|
|
|
B(Mul), R(1),
|
|
|
|
/* 130 S> */ B(Return),
|
2016-02-25 12:07:07 +00:00
|
|
|
]
|
|
|
|
constant pool: [
|
|
|
|
]
|
|
|
|
handlers: [
|
|
|
|
]
|
|
|
|
|
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
function Outer() {
|
|
|
|
var outerVar = 1;
|
|
|
|
function Inner(innerArg) {
|
|
|
|
this.innerFunc = function() { outerVar = innerArg; }
|
|
|
|
}
|
|
|
|
this.getInnerFunc = function() { return new Inner(1).innerFunc; }
|
|
|
|
}
|
|
|
|
var f = new Outer().getInnerFunc();
|
|
|
|
f();
|
|
|
|
"
|
|
|
|
frame size: 2
|
|
|
|
parameter count: 1
|
2016-06-09 13:32:33 +00:00
|
|
|
bytecode array length: 16
|
2016-02-25 12:07:07 +00:00
|
|
|
bytecodes: [
|
2016-05-11 12:21:56 +00:00
|
|
|
/* 97 E> */ B(StackCheck),
|
2016-06-09 13:32:33 +00:00
|
|
|
/* 102 S> */ B(LdrContextSlot), R(context), U8(4), R(0),
|
|
|
|
/* 111 E> */ B(LdrContextSlot), R(context), U8(1), R(1),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(Ldar), R(0),
|
|
|
|
B(StaContextSlot), R(1), U8(4),
|
|
|
|
B(LdaUndefined),
|
|
|
|
/* 123 S> */ B(Return),
|
2016-02-25 12:07:07 +00:00
|
|
|
]
|
|
|
|
constant pool: [
|
|
|
|
]
|
|
|
|
handlers: [
|
|
|
|
]
|
|
|
|
|