Revision: 19567
Author: [email protected]
Date: Thu Feb 27 09:18:37 2014 UTC
Log: Better threaded fuzzing for TestFunctionCallOptimization
[email protected]
BUG=
Review URL: https://codereview.chromium.org/182863002
http://code.google.com/p/v8/source/detail?r=19567
Modified:
/branches/bleeding_edge/test/cctest/test-api.cc
=======================================
--- /branches/bleeding_edge/test/cctest/test-api.cc Wed Feb 19 14:19:42
2014 UTC
+++ /branches/bleeding_edge/test/cctest/test-api.cc Thu Feb 27 09:18:37
2014 UTC
@@ -21925,6 +21925,7 @@
static void OptimizationCallback(
const v8::FunctionCallbackInfo<v8::Value>& info) {
+ ApiTestFuzzer::Fuzz();
CHECK(callee == info.Callee());
CHECK(data == info.Data());
CHECK(receiver == info.This());
--
--
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/groups/opt_out.