cmake V8_DISPOSE_HAS_ISOLATE examples

MapServer/MapServer cmake/FindV8.cmake :26

check_cxx_source_compiles("
    #include <v8.h>

    int main()
    {
        v8::Persistent<v8::Context> ctx;
        ctx.Dispose(0);
        return 0;
     }"
     V8_DISPOSE_HAS_ISOLATE)