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

Method invoke

deps/v8/tools/gdb-v8-support.py:160–162  ·  view source on GitHub ↗
(self, arg, from_tty)

Source from the content-addressed store, hash-verified

158 super(V8PrintObject, self).__init__("v8print", gdb.COMMAND_DATA)
159
160 def invoke(self, arg, from_tty):
161 v = v8_get_value(arg)
162 gdb.execute('call __gdb_print_v8_object(%d)' % v)
163
164
165V8PrintObject()

Callers

nothing calls this directly

Calls 2

v8_get_valueFunction · 0.85
executeMethod · 0.45

Tested by

no test coverage detected