MCPcopy Create free account
hub / github.com/nodejs/node / _Target

Method _Target

deps/v8/tools/cppgc/gen_cmake.py:119–121  ·  view source on GitHub ↗
(self, target_type, target, stmts)

Source from the content-addressed store, hash-verified

117 self._Target(target_type, target, stmt.children[2].children)
118
119 def _Target(self, target_type, target, stmts):
120 stmts = self._StatementList(stmts)
121 return self.builder.BuildTarget(target_type, target, stmts)
122
123 def _StatementList(self, stmts):
124 built_stmts = []

Callers 1

TraverseTargetsMethod · 0.95

Calls 2

_StatementListMethod · 0.95
BuildTargetMethod · 0.80

Tested by

no test coverage detected