Home
last modified time | relevance | path

Searched refs:InspectionShell (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/tools/
H A Dgrokdump.py3489 class InspectionShell(cmd.Cmd): class
3539 methods = inspect.getmembers(InspectionShell, predicate=inspect.ismethod)
3549 return super(InspectionShell, self).do_help(cmd)
3992 InspectionShell(reader, heap).onecmd(options.command)
3996 InspectionShell(reader, heap).cmdloop("type help to get help")

Completed in 6 milliseconds