Status: New
Owner: ----

New issue 2641 by [email protected]: Expose gc as something else than window.gc when ran with --js-flags=expose-gc
http://code.google.com/p/v8/issues/detail?id=2641

When ran with --js-flags=expose-gc, the gc function is exposed as window.gc.

However, some web sites like vimeo.com overwrite this variable. And when we run automated tests against such pages, they cannot do the gc.

V8 should expose the gc function with a less generic name (in addition to window.gc, to keep it backwards compatible), like window.v8_force_gc or window.v8_collect_garbage.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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


Reply via email to