Reviewers: Dmitry Lomov (chromium), adamk,

Message:
This implements toString by adding a bunch of private own properties to the
constructor function.

I'm not too happy with this solution but I didn't want to make all functions
larger to handle this use case.

Any suggestions?

Description:
Classes: Add support for toString

WIP

BUG=v8:3330
LOG=Y

Please review this at https://codereview.chromium.org/624013005/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+108, -29 lines):
  M include/v8.h
  M src/ast.h
  M src/full-codegen.cc
  M src/heap/heap.h
  M src/heap/heap.cc
  M src/parser.h
  M src/parser.cc
  M src/preparser.h
  M src/runtime/runtime.h
  M src/runtime/runtime.cc
  M src/v8natives.js
  M test/mjsunit/harmony/classes.js


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" 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/d/optout.

Reply via email to