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

Method _Statement

deps/v8/tools/cppgc/gen_cmake.py:129–132  ·  view source on GitHub ↗
(self, stmt)

Source from the content-addressed store, hash-verified

127 return [stmt for stmt in built_stmts if stmt]
128
129 def _Statement(self, stmt):
130 # Handle only interesting gn statements.
131 with suppress(KeyError):
132 return self.STATEMENTS[stmt.data](self, *stmt.children)
133
134 def _Assignment(self, left, op, right):
135 return self.ASSIGN_TYPES[op.data](self, left, right)

Callers 1

_StatementListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected