pyv8 icon indicating copy to clipboard operation
pyv8 copied to clipboard

Results 4 pyv8 issues
Sort by recently updated
recently updated
newest added

So recently I faced the problem that there's no way to limit function call time in any way. For example, if you run this simple javascript code from python: ```javascript...

I've stuck with a problem recently with python collections and accessing them from javascript. Say you have a JSON object (python dict) ``` { "a": 5, "b": 10, "items": [1,...

Python object could have private fields that would be great to have hidden from javascript for security reasons. That's why this pull requests returns `null` for every python property starting...

These commits add some properties to AST classes to allow access to those values from python.