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

Method _BinaryExpr

deps/v8/tools/cppgc/gen_cmake.py:196–199  ·  view source on GitHub ↗
(self, op, left, right)

Source from the content-addressed store, hash-verified

194 return self.builder.BuildUnaryOperation(op, right)
195
196 def _BinaryExpr(self, op, left, right):
197 left = self._Expr(left)
198 right = self._Expr(right)
199 return self.builder.BuildBinaryOperation(left, op, right)
200
201 STATEMENTS = {
202 'assignment': _Assignment,

Callers 1

_ExprMethod · 0.95

Calls 2

_ExprMethod · 0.95
BuildBinaryOperationMethod · 0.80

Tested by

no test coverage detected