MCPcopy Index your code
hub / github.com/nodejs/node / _AddObjectiveCARCFlags

Method _AddObjectiveCARCFlags

tools/gyp/pylib/gyp/xcode_emulation.py:757–759  ·  view source on GitHub ↗
(self, flags)

Source from the content-addressed store, hash-verified

755 flags.append("-fobjc-gc-only")
756
757 def _AddObjectiveCARCFlags(self, flags):
758 if self._Test("CLANG_ENABLE_OBJC_ARC", "YES", default="NO"):
759 flags.append("-fobjc-arc")
760
761 def _AddObjectiveCMissingPropertySynthesisFlags(self, flags):
762 if self._Test(

Callers 2

GetCflagsObjCMethod · 0.95
GetCflagsObjCCMethod · 0.95

Calls 2

_TestMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected