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

Method EmitOne

deps/v8/tools/bigint-tester.py:85–85  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

83 # Subclasses must implement these.
84 # Returns a JSON snippet defining inputs and expected output for one test.
85 def EmitOne(self): raise NotImplementedError
86 # Returns a snippet of JavaScript that will operate on a variable "d"
87 # whose content is defined by the result of a call to "EmitOne".
88 def EmitTestCore(self): raise NotImplementedError

Callers 1

EmitDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected