Am 30.04.2014 um 15:51 schrieb Kees k <[email protected]>: > I get an error with v8: '3.11.10.25': > FATAL ERROR: v8::Object::SetIndexedPropertiesToExternalArrayData() JSArray is > not supported > > Now I am trying this option: > GetPointerFromInternalField (int index)
Isn't that function used to store and retrive a void pointer? I use this method to store class instances, it never broke so far. But remember to use some function with similar name that sets the amount of slots youll have. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" 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/d/optout.
