Stefan Siegl
|
65148db31f
Add StartColumn/EndColumn properties to script exception, closes #126
|
hace 10 años |
Stefan Siegl
|
b77ba3773c
Merge branch 'clear-exception'
|
hace 10 años |
Stefan Siegl
|
687459ba7c
Typo: dependancy, closes php.net bug 65725
|
hace 10 años |
Taneli Leppa
|
7ee8d69470
Added V8Js::clearPendingException().
|
hace 10 años |
Stefan Siegl
|
6ee72b6f0a
Use concurrency::wait on Windows to sleep.
|
hace 10 años |
Stefan Siegl
|
449d66ca01
Don't force garbage collection on shutdown.
|
hace 10 años |
Stefan Siegl
|
d03641254d
Use alloca for variable-size array on stack
|
hace 10 años |
Stefan Siegl
|
83a17b5e6a
libplatform stuff not needed on Windows
|
hace 10 años |
Stefan Siegl
|
c339d51924
Drop old-age PHP_V8_API_VERSION #ifdef
|
hace 10 años |
Stefan Siegl
|
f6310f9994
Get rid of V8JS_NEW macro.
|
hace 10 años |
Stefan Siegl
|
16af153c3e
Merge branch 'cscott/issue-64' (ctx_lifecycle test).
|
hace 10 años |
Stefan Siegl
|
7d13c75073
efree resource memory
|
hace 10 años |
Stefan Siegl
|
d8a6467903
TSRM/ZTS fixes
|
hace 10 años |
Stefan Siegl
|
47b433efe8
Restore clean unwind state after unwinding.
|
hace 10 años |
Stefan Siegl
|
c91f96a439
Merge pull request #108 from stesie/fix-commonjs-module-reuse
|
hace 10 años |
Stefan Siegl
|
11f7311ab8
Use php_v8js_compile_script for checkString.
|
hace 10 años |
Stefan Siegl
|
9cb3711c66
Merge remote-tracking branch 'rosmo/compile-script-201409', closes #95
|
hace 10 años |
Stefan Siegl
|
eda74908cc
Fix module caching, closes #107
|
hace 10 años |
Stefan Siegl
|
06371e4126
Include libplatform.h only for v8 >= 3.29.36
|
hace 10 años |
Stefan Siegl
|
14600d3be3
Initialize v8 platform as needed
|
hace 10 años |
Taneli Leppa
|
200c16c30e
Fixed script destructor and free resource struct when done.
|
hace 11 años |
Taneli Leppa
|
de8b0666a6
Some changes to how V8 contexts are managed.
|
hace 11 años |
Taneli Leppa
|
7310c93c1e
Deprecate V8Js::checkString() in favour of compileString() and add tests.
|
hace 11 años |
Taneli Leppa
|
bd7d649d90
Added new functions V8Js::compileString() and V8Js::executeScript().
|
hace 10 años |
Stefan Siegl
|
ebcb6dc211
Keep track of V8Object/V8Function instances
|
hace 10 años |
Stefan Siegl
|
a72a180596
Keep a list of disposed isolates and make sure not to use disposed isolates.
|
hace 10 años |
Stefan Siegl
|
133ad4a7b5
Merge remote-tracking branch 'rosmo/dispose-isolate'
|
hace 10 años |
Stefan Siegl
|
137a6732c6
IdleNotification is on Isolate now
|
hace 10 años |
Stefan Siegl
|
e25e5264f6
Make compatible with V8 3.28.23, fixes #99
|
hace 10 años |
Taneli Leppa
|
dbe477fc8e
Exit current isolate on fatal V8 error.
|
hace 11 años |