|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+31026 lines, -8673 lines) |
Patch |
|
M |
test/cctest/cctest.isolate
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode-expectations-printer.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode-expectations-printer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/ArrayLiterals.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+125 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/ArrayLiteralsWide.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+1052 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/AssignmentsInBinaryExpression.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+279 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/BasicBlockToBoolean.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+92 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/BasicLoops.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+859 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+232 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/CallGlobal.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/CallNew.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+91 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/CallRuntime.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+94 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+245 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+140 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/Conditional.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/ConstVariable.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+117 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+139 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/ContextParameters.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+106 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+921 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/CountOperators.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+298 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/CreateArguments.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+148 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/CreateRestParameter.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+116 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/DeadCodeRemoval.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+84 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+128 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/Delete.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+147 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/DeleteLookupSlotInEval.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+89 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/DoDebugger.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/DoExpression.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/Eval.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/ForIn.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+263 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/ForOf.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+250 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+73 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+106 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+116 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/HeapNumberConstants.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+1113 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/IfConditions.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+772 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/IllegalRedeclaration.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/IntegerConstants.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/JumpsRequiringConstantWideOperands.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+1308 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/LegacyConstVariable.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+118 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/LetVariable.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+115 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+137 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/LoadGlobal.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+605 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/LogicalExpressions.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+953 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+140 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/LookupSlotInEval.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+107 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/LookupSlotWideInEval.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+4220 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/NewTarget.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+463 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/ObjectLiteralsWide.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+1053 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/OuterContextVariables.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+75 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/Parameters.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+140 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/PrimitiveExpressions.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+277 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/PrimitiveReturnStatements.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+178 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/PropertyCall.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+626 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/PropertyLoads.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+1576 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/PropertyStores.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+3359 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/RegExpLiterals.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+71 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/RegExpLiteralsWide.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+1052 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/RemoveRedundantLdar.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+104 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/StoreGlobal.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+1172 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/StringConstants.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/Switch.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+524 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/ThisFunction.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+66 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/Throw.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+67 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/TryCatch.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+99 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/TryFinally.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+181 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/Typeof.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/UnaryOperators.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+195 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/WideRegisters.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+1371 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/interpreter/bytecode_expectations/WithStatement.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/generate-bytecode-expectations.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/test-bytecode-generator.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
3 chunks |
+1705 lines, -8668 lines |
0 comments
|
Download
|