Cool.

On Sat, Mar 3, 2012 at 2:41 AM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:

> Log:
> elev8: Test for the existence of Object::HasOwnProperty()
>
> Author:       acidx
> Date:         2012-03-02 09:41:22 -0800 (Fri, 02 Mar 2012)
> New Revision: 68631
> Trac:         http://trac.enlightenment.org/e/changeset/68631
>
> Modified:
>  trunk/PROTO/elev8/configure.ac
>
> Modified: trunk/PROTO/elev8/configure.ac
> ===================================================================
> --- trunk/PROTO/elev8/configure.ac      2012-03-02 17:41:20 UTC (rev
> 68630)
> +++ trunk/PROTO/elev8/configure.ac      2012-03-02 17:41:22 UTC (rev
> 68631)
> @@ -117,8 +117,10 @@
>  ]],
>  [[
>   n = v8::Persistent<v8::Number>::New(v8::Number::New(0));
> +  v8::Handle<v8::Object> o = v8::Object::New();
> +  o->HasOwnProperty(v8::String::New("bazinga"));
>  ]],
> -)],[V8_LIBS="-lv8"], AC_MSG_ERROR([elev8 requires libv8]))
> +)],[V8_LIBS="-lv8"], AC_MSG_ERROR([elev8 requires libv8 >= 3.5.0]))
>  LIBS="$saved_LIBS"
>  AC_MSG_RESULT([yes])
>  AC_LANG_POP
>
>
>
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to