phpv8 / v8js

V8 Javascript Engine for PHP — This PHP extension embeds the Google V8 Javascript Engine
http://pecl.php.net/package/v8js
MIT License
1.84k stars 200 forks source link

pass module's base directly to require() #352

Closed stesie closed 6 years ago

stesie commented 6 years ago

Fixes #349

Create a FunctionTemplate per require call and pass module's base directly, instead of tracking it on a stack within the v8js_context