Problem №2 is solve: I set property : CPROXYV8_PROPERTY_ID(JSPlug,count_,length,true,false); <- last param must be "true" and context->Global()->Set(String::New(PLUG), CPROXYV8_CLASS(JSPlug)- >GetFunctionTemplate()); I call "context->Global()->Set" but it was necessary to call "GlobalExt->Set" when GlobalExt is "Handle<ObjectTemplate> GlobalExt = ObjectTemplate::New();"
On 16 фев, 16:05, TermoSINteZ <[email protected]> wrote: > 2) I using cproxyv8 module, to describe the complex JS classes > Due to the first problem I commented out the call ReportApiFailure. > Build successful, but implementation of the program issues: > > # > # Fatal error in src\api.cc, line 782 > # CHECK(getter != 0) failed > # -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
