| Index: test/cctest/interpreter/OuterContextVariables.golden
|
| diff --git a/test/cctest/interpreter/OuterContextVariables.golden b/test/cctest/interpreter/OuterContextVariables.golden
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0c2ea5938fdcf533bb7d166b2abb1e3b6b17eeda
|
| --- /dev/null
|
| +++ b/test/cctest/interpreter/OuterContextVariables.golden
|
| @@ -0,0 +1,59 @@
|
| +#
|
| +# 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 # in multiples of sizeof(void*)
|
| +parameter count: 1
|
| +bytecodes: [
|
| + B(StackCheck),
|
| + B(Ldar), R(context),
|
| + B(Star), R(0),
|
| + B(LdaContextSlot), R(0), U8(1),
|
| + B(Star), R(0),
|
| + B(LdaContextSlot), R(0), U8(4),
|
| + B(Star), R(1),
|
| + B(LdaContextSlot), R(context), U8(4),
|
| + B(Mul), R(1),
|
| + B(Return),
|
| +]
|
| +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 # in multiples of sizeof(void*)
|
| +parameter count: 1
|
| +bytecodes: [
|
| + B(StackCheck),
|
| + B(LdaContextSlot), R(context), U8(4),
|
| + B(Star), R(0),
|
| + B(Ldar), R(context),
|
| + B(Star), R(1),
|
| + B(LdaContextSlot), R(1), U8(1),
|
| + B(Star), R(1),
|
| + B(Ldar), R(0),
|
| + B(StaContextSlot), R(1), U8(4),
|
| + B(LdaUndefined),
|
| + B(Return),
|
| +]
|
| +constant pool: [
|
| +]
|
| +handlers: [
|
| +]
|
| +
|
|
|