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

Method test_comparison_ops

deps/v8/tools/cppgc/gen_cmake_test.py:49–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47 'current_cpu != "x86"')
48
49 def test_comparison_ops(self):
50 OPS = {
51 '<': 'LESS',
52 '<=': 'LESS_EQUAL',
53 '>': 'GREATER',
54 '>=': 'GREATER_EQUAL',
55 }
56 for gn_op, cmake_op in OPS.items():
57 self._CompileExpressionAndCheck(
58 f'"${{GCC_VERSION}}" {cmake_op} 40802',
59 f'gcc_version {gn_op} 40802')
60
61 def test_parenthesized_expressions(self):
62 self._CompileExpressionAndCheck(

Callers

nothing calls this directly

Calls 2

itemsMethod · 0.45

Tested by

no test coverage detected