Commit 55e71c0
committed
Adopt
https://bugs.webkit.org/show_bug.cgi?id=308196
Reviewed by Keith Miller.
* Source/JavaScriptCore/API/tests/CompareAndSwapTest.cpp:
(Bitmap::numBits const):
(Bitmap::concurrentTestAndSet):
* Source/JavaScriptCore/API/tests/ExecutionTimeLimitTest.cpp:
(shouldTerminateCallback):
(cancelTerminateCallback):
(dispatchTermitateCallback):
* Source/JavaScriptCore/API/tests/GlobalContextWithFinalizerTest.cpp:
(finalize):
* Source/JavaScriptCore/API/tests/Node.h:
* Source/JavaScriptCore/API/tests/NodeList.h:
* Source/JavaScriptCore/API/tests/TypedArrayCTest.cpp:
(bytesDeallocatorNoCopy):
* Source/JavaScriptCore/API/tests/testapi.c:
(MyObject_convertToTypeWrapper):
(MyObject_set_nullGetForwardSet):
(Base_returnHardNull):
(myBadConstructor_callAsConstructor):
(checkConstnessInJSObjectNames):
* Source/JavaScriptCore/API/tests/testapi.cpp:
(TestAPI::failed const):
* Source/JavaScriptCore/assembler/testmasm.cpp:
(hiddenTruthBecauseNoReturnIsStupid):
(JSC::isPC):
(JSC::isSP):
(JSC::isFP):
(JSC::isSpecialGPR):
(JSC::testFunctionToTrashGPRs):
* Source/JavaScriptCore/b3/air/testair.cpp:
(hiddenTruthBecauseNoReturnIsStupid):
* Source/JavaScriptCore/b3/testb3_2.cpp:
(bitAndDouble):
(bitAndFloat):
* Source/JavaScriptCore/b3/testb3_3.cpp:
(bitOrDouble):
(bitOrFloat):
(countLeadingZero):
(zero):
(negativeZero):
* Source/JavaScriptCore/b3/testb3_6.cpp:
(b3Pow):
* Source/JavaScriptCore/b3/testb3_7.cpp:
(makeArrayForLoops):
(testFastTLSLoad):
(testFastTLSStore):
(doubleEq):
(doubleNeq):
(doubleGt):
(doubleGte):
(doubleLt):
(doubleLte):
* Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:
(JSC::DFG::dataFormatString):
* Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h:
* Source/JavaScriptCore/dfg/testdfg.cpp:
(hiddenTruthBecauseNoReturnIsStupid):
* Source/JavaScriptCore/disassembler/ARM64/Binja.c:
(extractRegNumber):
(isReg64Bit):
* Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:
(JSC::FTL::DFG::LowerDFGToB3::abstractHeapForOwnPropertyKeysCache):
(JSC::FTL::DFG::LowerDFGToB3::compileCompareStrictEq):
* Source/JavaScriptCore/jsc.cpp:
(Message::releaseContents):
(Message::index const):
(Worker::isMain const):
(StopWatch::getElapsedMS):
(shellSupportsRichSourceInfo):
(pathSeparator):
(JSCMemoryFootprint::subspaceFor):
(JSFileDescriptor::subspaceFor):
(JSFileDescriptor::descriptor const):
(crashDueToJSCShellTimeout):
* Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:
(JSC::LLIntOffsetsExtractor::dummy):
* Source/JavaScriptCore/parser/Parser.cpp:
(JSC::isPrivateFieldName):
(JSC::destructuringKindToVariableKindName):
(JSC::adjustSuperBindingForBaseConstructor):
(JSC::stringArticleForFunctionMode):
(JSC::stringForFunctionMode):
(JSC::getMetadata):
* Source/JavaScriptCore/parser/Parser.h:
* Source/JavaScriptCore/runtime/IntlDateTimeFormat.h:
* Source/JavaScriptCore/runtime/IntlDurationFormat.cpp:
(JSC::displayName):
(JSC::getDurationSign):
* Source/JavaScriptCore/runtime/IntlNumberFormat.cpp:
(JSC::computeCurrencySortKey):
(JSC::extractCurrencySortKey):
* Source/JavaScriptCore/runtime/IntlPluralRules.h:
* Source/JavaScriptCore/testRegExp.cpp:
(StopWatch::getElapsedMS):
* Source/JavaScriptCore/wasm/WasmBBQJIT.h:
* Source/JavaScriptCore/wasm/WasmBBQJIT64.cpp:
(JSC::Wasm::BBQJITImpl::BBQJIT::sizeOfType):
(JSC::Wasm::BBQJITImpl::BBQJIT::alignedFrameSize const):
(JSC::Wasm::BBQJITImpl::BBQJIT::notifyFunctionUsesSIMD):
* Source/JavaScriptCore/wasm/WasmIPIntSlowPaths.cpp:
(JSC::IPInt::copyExceptionStackToPayload):
(JSC::IPInt::copyExceptionPayloadToStack):
* Source/JavaScriptCore/wasm/WasmIPIntSlowPaths.h:
* Source/JavaScriptCore/wasm/debugger/tests/ControlFlowTests.cpp:
(WasmDebugInfoTest::testTryOpcode):
(WasmDebugInfoTest::testCatchOpcode):
(WasmDebugInfoTest::testThrowOpcode):
(WasmDebugInfoTest::testRethrowOpcode):
(WasmDebugInfoTest::testThrowRefOpcode):
(WasmDebugInfoTest::testDelegateOpcode):
(WasmDebugInfoTest::testCatchAllOpcode):
(WasmDebugInfoTest::testTryTableOpcode):
* Source/JavaScriptCore/wasm/debugger/tests/ExecutionHandlerTestSupport.cpp:
(ExecutionHandlerTestSupport::Worker::isMain const):
* Source/JavaScriptCore/wasm/debugger/tests/TestScripts.h:
Canonical link: https://commits.webkit.org/307853@mainNODELETE annotation in more places in JavaScriptCore/1 parent 6c50837 commit 55e71c0
35 files changed
Lines changed: 169 additions & 169 deletions
File tree
- Source/JavaScriptCore
- API/tests
- assembler
- b3
- air
- dfg
- disassembler/ARM64
- ftl
- llint
- parser
- runtime
- wasm
- debugger/tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
| 388 | + | |
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| |||
756 | 756 | | |
757 | 757 | | |
758 | 758 | | |
759 | | - | |
| 759 | + | |
760 | 760 | | |
761 | 761 | | |
762 | 762 | | |
| |||
943 | 943 | | |
944 | 944 | | |
945 | 945 | | |
946 | | - | |
| 946 | + | |
947 | 947 | | |
948 | 948 | | |
949 | 949 | | |
| |||
1173 | 1173 | | |
1174 | 1174 | | |
1175 | 1175 | | |
1176 | | - | |
| 1176 | + | |
1177 | 1177 | | |
1178 | 1178 | | |
1179 | 1179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
5393 | 5393 | | |
5394 | 5394 | | |
5395 | 5395 | | |
5396 | | - | |
| 5396 | + | |
5397 | 5397 | | |
5398 | 5398 | | |
5399 | 5399 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
1359 | 1359 | | |
1360 | 1360 | | |
1361 | 1361 | | |
1362 | | - | |
| 1362 | + | |
1363 | 1363 | | |
1364 | 1364 | | |
1365 | 1365 | | |
| |||
0 commit comments