We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a424e commit 1345137Copy full SHA for 1345137
lib/android.js
@@ -30,7 +30,7 @@ const kAccSkipAccessChecks = 0x00080000;
30
const kAccSingleImplementation = 0x08000000;
31
const kAccNterpEntryPointFastPathFlag = 0x00100000;
32
const kAccNterpInvokeFastPathFlag = 0x00200000;
33
-const kAccCompileDontBother = 0x01000000;
+const kAccCompileDontBother = 0x02000000;
34
const kAccPublicApi = 0x10000000;
35
const kAccXposedHookedMethod = 0x10000000;
36
0 commit comments