|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+15016 lines, -6005 lines) |
Patch |
|
M |
src/ast/ast.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ast/ast.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/bytecode-graph-builder.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/js-generic-lowering.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/js-operator.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/js-operator.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+13 lines, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/opcodes.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/typer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/verifier.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/feedback-vector.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/feedback-vector.cc
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
src/feedback-vector-inl.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
src/interpreter/bytecode-array-builder.h
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/interpreter/bytecode-array-builder.cc
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/interpreter/bytecode-generator.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
5 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/interpreter/bytecodes.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/interpreter/interpreter.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/objects-printer.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/runtime/runtime.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/runtime/runtime-object.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/ArrayLiterals.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+22 lines, -16 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/ArrayLiteralsWide.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+771 lines, -258 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/AssignmentsInBinaryExpression.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
8 chunks |
+147 lines, -65 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/BasicBlockToBoolean.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
6 chunks |
+25 lines, -13 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/BasicLoops.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
20 chunks |
+306 lines, -183 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
6 chunks |
+62 lines, -30 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/CallAndSpread.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/ClassAndSuperClass.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+38 lines, -29 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
10 chunks |
+142 lines, -101 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
5 chunks |
+58 lines, -33 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/Conditional.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/ConstVariable.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
4 chunks |
+29 lines, -15 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
8 chunks |
+29 lines, -15 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/ContextParameters.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+13 lines, -7 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
5 chunks |
+1037 lines, -269 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/CountOperators.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
11 chunks |
+110 lines, -57 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/CreateRestParameter.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
4 chunks |
+18 lines, -9 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/DeadCodeRemoval.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
5 chunks |
+15 lines, -7 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/Delete.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
6 chunks |
+37 lines, -22 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/DoExpression.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
4 chunks |
+32 lines, -11 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/ForIn.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
8 chunks |
+60 lines, -40 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/ForOf.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
16 chunks |
+243 lines, -141 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/GenerateTestUndetectable.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
8 chunks |
+120 lines, -56 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/Generators.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
18 chunks |
+95 lines, -60 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+12 lines, -8 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/HeapNumberConstants.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+785 lines, -264 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/IfConditions.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
8 chunks |
+811 lines, -279 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/IntegerConstants.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/JumpsRequiringConstantWideOperands.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+950 lines, -322 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/LetVariable.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
4 chunks |
+32 lines, -17 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
8 chunks |
+31 lines, -16 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/LogicalExpressions.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
12 chunks |
+633 lines, -56 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/LookupSlotInEval.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/LookupSlotWideInEval.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
4 chunks |
+3090 lines, -1034 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/Modules.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
48 chunks |
+153 lines, -90 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/NewAndSpread.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
7 chunks |
+59 lines, -41 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
10 chunks |
+52 lines, -31 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/ObjectLiteralsWide.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+770 lines, -257 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/OuterContextVariables.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/Parameters.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/PrimitiveExpressions.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
13 chunks |
+89 lines, -50 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/PropertyLoads.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+1036 lines, -648 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/PropertyStores.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
9 chunks |
+1321 lines, -795 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/RegExpLiteralsWide.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+771 lines, -258 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/RemoveRedundantLdar.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+33 lines, -18 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/StoreGlobal.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
8 chunks |
+30 lines, -18 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/StringConstants.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/SuperCallAndSpread.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
4 chunks |
+32 lines, -28 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/Switch.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
9 chunks |
+357 lines, -149 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/ThisFunction.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/Throw.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+7 lines, -4 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/TryCatch.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+16 lines, -9 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/TryFinally.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
9 chunks |
+52 lines, -27 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/Typeof.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/UnaryOperators.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
7 chunks |
+64 lines, -37 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/bytecode_expectations/WideRegisters.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
7 chunks |
+83 lines, -46 lines |
0 comments
|
Download
|
|
A |
test/mjsunit/debug-collect-type-profile.js
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/unittests/interpreter/bytecode-array-builder-unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|