Home
last modified time | relevance | path

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

/external/v8/tools/
Dgrokdump.py3405 class InspectionShell(cmd.Cmd): class
3455 methods = inspect.getmembers(InspectionShell, predicate=inspect.ismethod)
3465 return super(InspectionShell, self).do_help(cmd)
3900 InspectionShell(reader, heap).onecmd(options.command)
3904 InspectionShell(reader, heap).cmdloop("type help to get help")