Re: [v8-dev] How to execute external JS file from script in V8

2016-04-19 Thread Jochen Eisinger
Hey, it's not clear from your question what you're asking. The snippet is actually an HTML snippet, so I'd expect that pasting it into an HTML file an opening in a browser does what you expect it to do? It doesn't look, however, related to V8 development. Please reach out to the authors / mainta

[v8-dev] How to execute external JS file from script in V8

2016-04-19 Thread muhammad . owais
I need to execute following script which uses crypto-js library in V8. How should I write my js file. http://cryptojs.altervista.org/api/functions_cryptography.js";> var Crypt = new Crypt(); // constructor /*** encrypt */ var ciphertext = Crypt.AES.encrypt("plaintext", "Secret