https://codereview.chromium.org/593073002/diff/20001/src/runtime.cc
File src/runtime.cc (right):

https://codereview.chromium.org/593073002/diff/20001/src/runtime.cc#newcode2118
src/runtime.cc:2118: if (!proto->IsJSReceiver()) return
isolate->heap()->undefined_value();
Is this correct? I believe the following should work

(function() {
  super.x = 1;
}.toMethod({
  set x(v) { print(v); {
}).call(42))

and print 1

https://codereview.chromium.org/593073002/

--
--
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