If you run with --allow-natives-syntax, you can %DebugPrint(object); hth
On Thu, Apr 4, 2013 at 6:55 PM, Mike Moening <[email protected]> wrote: > I'm looking for a simple piece of code that can take a V8 Global Object > and dump out all its properties. > Basically iterate the global and print out a listing of every property and > object by name and type information. > > This is for debugging an issue where the engine says a property doesn't > exist that should be there. > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to the Google Groups > "v8-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
