| Index: test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden b/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
|
| index fe7176ce15d7427fa23db2ae75aaa5871a00a9d3..f6b863ff8f2374c11edda8e034c887549cd3c1db 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
|
| @@ -15,9 +15,9 @@ frame size: 0
|
| parameter count: 1
|
| bytecode array length: 5
|
| bytecodes: [
|
| - B(StackCheck),
|
| - B(CreateClosure), U8(0), U8(0),
|
| - B(Return),
|
| + /* 30 E> */ B(StackCheck),
|
| + /* 34 S> */ B(CreateClosure), U8(0), U8(0),
|
| + /* 55 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| @@ -33,13 +33,13 @@ 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),
|
| + /* 30 E> */ B(StackCheck),
|
| + /* 34 S> */ B(LdaUndefined),
|
| + B(Star), R(1),
|
| + B(CreateClosure), U8(0), U8(0),
|
| + B(Star), R(0),
|
| + /* 56 E> */ B(Call), R(0), R(1), U8(1), U8(1),
|
| + /* 59 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| @@ -55,15 +55,15 @@ 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),
|
| + /* 30 E> */ B(StackCheck),
|
| + /* 34 S> */ B(LdaUndefined),
|
| + B(Star), R(1),
|
| + B(CreateClosure), U8(0), U8(0),
|
| + B(Star), R(0),
|
| + B(LdaSmi), U8(1),
|
| + B(Star), R(2),
|
| + /* 67 E> */ B(Call), R(0), R(1), U8(2), U8(1),
|
| + /* 71 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
|
|