File: UncountedLocalVarsCheckerExpectations

package info (click to toggle)
webkit2gtk 2.48.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 429,764 kB
  • sloc: cpp: 3,697,587; javascript: 194,444; ansic: 169,997; python: 46,499; asm: 19,295; ruby: 18,528; perl: 16,602; xml: 4,650; yacc: 2,360; sh: 2,098; java: 1,993; lex: 1,327; pascal: 366; makefile: 298
file content (157 lines) | stat: -rw-r--r-- 4,247 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
API/JSCallbackObjectFunctions.h
API/JSContext.mm
API/JSContextRef.cpp
API/JSValue.mm
API/JSWrapperMap.mm
API/tests/testapi.cpp
builtins/BuiltinNames.cpp
bytecode/AccessCase.cpp
bytecode/AdaptiveInferredPropertyValueWatchpointBase.cpp
bytecode/BytecodeDumper.cpp
bytecode/CallLinkStatus.cpp
bytecode/CheckPrivateBrandStatus.cpp
bytecode/CodeBlock.cpp
bytecode/DeleteByStatus.cpp
bytecode/GetByStatus.cpp
bytecode/InByStatus.cpp
bytecode/InlineCacheCompiler.cpp
bytecode/InstanceOfStatus.cpp
bytecode/PropertyCondition.cpp
bytecode/PutByStatus.cpp
bytecode/Repatch.cpp
bytecode/SetPrivateBrandStatus.cpp
bytecode/StructureStubInfo.cpp
bytecode/Watchpoint.cpp
bytecompiler/BytecodeGenerator.cpp
bytecompiler/BytecodeGeneratorBaseInlines.h
bytecompiler/NodesCodegen.cpp
bytecompiler/StaticPropertyAnalyzer.h
debugger/Debugger.cpp
dfg/DFGAbstractInterpreterInlines.h
dfg/DFGArrayMode.cpp
dfg/DFGByteCodeParser.cpp
dfg/DFGClobberize.h
dfg/DFGCommonData.cpp
dfg/DFGConstantFoldingPhase.cpp
dfg/DFGDesiredGlobalProperties.cpp
dfg/DFGDesiredIdentifiers.cpp
dfg/DFGFixupPhase.cpp
dfg/DFGGraph.cpp
dfg/DFGGraph.h
dfg/DFGJITCode.cpp
dfg/DFGLazyJSValue.cpp
dfg/DFGOSREntry.cpp
dfg/DFGOSRExit.cpp
dfg/DFGOSRExitCompilerCommon.cpp
dfg/DFGObjectAllocationSinkingPhase.cpp
dfg/DFGOperations.cpp
dfg/DFGSafeToExecute.h
dfg/DFGSpeculativeJIT.cpp
dfg/DFGSpeculativeJIT64.cpp
dfg/DFGStrengthReductionPhase.cpp
dfg/DFGToFTLForOSREntryDeferredCompilationCallback.cpp
dfg/DFGValidate.cpp
ftl/FTLCompile.cpp
ftl/FTLJITCode.cpp
ftl/FTLLowerDFGToB3.cpp
ftl/FTLOSREntry.cpp
ftl/FTLOSRExitCompiler.cpp
ftl/FTLOSRExitHandle.cpp
ftl/FTLOperations.cpp
ftl/FTLPatchpointExceptionHandle.cpp
heap/ConservativeRoots.cpp
heap/HeapHelperPool.cpp
heap/JITStubRoutineSet.cpp
heap/MachineStackMarker.cpp
inspector/AsyncStackTrace.cpp
inspector/InspectorBackendDispatcher.cpp
inspector/JSJavaScriptCallFrame.cpp
inspector/ScriptCallStackFactory.cpp
inspector/agents/InspectorDebuggerAgent.cpp
inspector/agents/InspectorScriptProfilerAgent.cpp
inspector/remote/RemoteInspector.cpp
inspector/remote/cocoa/RemoteConnectionToTargetCocoa.mm
inspector/remote/cocoa/RemoteInspectorCocoa.mm
interpreter/CallFrame.cpp
interpreter/Interpreter.cpp
interpreter/StackVisitor.cpp
jit/JITOpcodes.cpp
jit/JITOperations.cpp
jit/JITSafepoint.cpp
jit/JITWorklist.cpp
jsc.cpp
llint/LLIntEntrypoint.cpp
llint/LLIntSlowPaths.cpp
parser/Lexer.h
parser/Parser.cpp
parser/Parser.h
parser/SourceProviderCacheItem.h
parser/SourceTaintedOrigin.cpp
profiler/ProfilerDatabase.cpp
runtime/CachedTypes.cpp
runtime/DeferredWorkTimer.cpp
runtime/FileBasedFuzzerAgent.cpp
runtime/HasOwnPropertyCache.h
runtime/HashMapHelper.h
runtime/InferredValue.h
runtime/InitializeThreading.cpp
runtime/JSCJSValue.cpp
runtime/JSCJSValueInlines.h
runtime/JSFinalizationRegistry.cpp
runtime/JSFunction.cpp
runtime/JSGlobalObject.cpp
runtime/JSLock.cpp
runtime/JSObject.cpp
runtime/JSRunLoopTimer.cpp
runtime/JSString.cpp
runtime/JSSymbolTableObject.h
runtime/KeyAtomStringCacheInlines.h
runtime/Lookup.h
runtime/ProgramExecutable.cpp
runtime/ProxyObject.cpp
runtime/SamplingProfiler.cpp
runtime/ScopedArguments.h
runtime/StringPrototype.cpp
runtime/Structure.cpp
runtime/StructureInlines.h
runtime/SymbolConstructor.cpp
runtime/SymbolTable.h
runtime/TypeSet.cpp
runtime/VMEntryScope.cpp
runtime/VMTraps.cpp
runtime/WaiterListManager.h
tools/JSDollarVM.cpp
tools/VMInspector.cpp
wasm/WasmBBQJIT.cpp
wasm/WasmBBQJIT64.cpp
wasm/WasmBBQPlan.cpp
wasm/WasmCallee.cpp
wasm/WasmConstExprGenerator.cpp
wasm/WasmFaultSignalHandler.cpp
wasm/WasmFormat.h
wasm/WasmFunctionParser.h
wasm/WasmIPIntGenerator.cpp
wasm/WasmIPIntPlan.cpp
wasm/WasmIPIntSlowPaths.cpp
wasm/WasmIRGeneratorHelpers.h
wasm/WasmLLIntGenerator.cpp
wasm/WasmLLIntPlan.cpp
wasm/WasmModule.cpp
wasm/WasmOMGIRGenerator.cpp
wasm/WasmOMGPlan.cpp
wasm/WasmOSREntryPlan.cpp
wasm/WasmOperations.cpp
wasm/WasmOperationsInlines.h
wasm/WasmParser.h
wasm/WasmSectionParser.cpp
wasm/WasmSlowPaths.cpp
wasm/WasmStreamingCompiler.cpp
wasm/WasmTypeDefinition.cpp
wasm/WasmTypeDefinitionInlines.h
wasm/WasmWorklist.cpp
wasm/js/JSWebAssembly.cpp
wasm/js/JSWebAssemblyHelpers.h
wasm/js/JSWebAssemblyInstance.cpp
wasm/js/JSWebAssemblyModule.cpp
wasm/js/WasmToJS.cpp
wasm/js/WebAssemblyModuleRecord.cpp