Revision: 21127
Author:   [email protected]
Date:     Fri May  2 17:31:27 2014 UTC
Log: Build cleanup following r21126. Marking Native* methods in object-observe.js as knownProblems in fuzz-natives

TBR=verwaest

Review URL: https://codereview.chromium.org/265883009
http://code.google.com/p/v8/source/detail?r=21127

Modified:
 /branches/bleeding_edge/test/mjsunit/fuzz-natives-part2.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/fuzz-natives-part2.js Wed Mar 26 15:51:48 2014 UTC +++ /branches/bleeding_edge/test/mjsunit/fuzz-natives-part2.js Fri May 2 17:31:27 2014 UTC
@@ -188,6 +188,11 @@

   // Only applicable to DataViews.
   "_DataViewInitialize": true,
+
+  // Internal calls from the Object.observe API
+  "NativeObjectObserve": true,
+  "NativeObjectNotifierPerformChange": true,
+  "NativeObjectGetNotifier": true
 };

 var currentlyUncallable = {

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