Stefan Siegl
|
2d34adb91f
Merge remote-tracking branch 'origin/master'
|
9 年之前 |
Stefan Siegl
|
3108d3947d
Fix output of var_dump on regexp (V8 > 4.8)
|
9 年之前 |
Stefan Siegl
|
67a9de01bd
Allow custom module normalisation
|
9 年之前 |
Stefan Siegl
|
f258980399
Accept empty string as module source
|
9 年之前 |
Stefan Siegl
|
4853c6d17f
Set script identifier as String, not Symbol
|
9 年之前 |
Stefan Siegl
|
bf58fe67c1
wrap module loading in zend_try/zend_catch, closes #178
|
9 年之前 |
Stefan Siegl
|
39fff2301e
Use module id as JsFileName for V8
|
9 年之前 |
Stefan Siegl
|
2f0b8e2873
Make var_dump command available to modules as well
|
9 年之前 |
Stefan Siegl
|
227ad57163
prefer V8JS_ZSTR over V8JS_STRL(Z_STRVAL), refs #180
|
9 年之前 |
Stefan Siegl
|
059e0500fb
Merge remote-tracking branch 'origin/master' into php7
|
9 年之前 |
Stefan Siegl
|
670554306a
Fix tests/var_dump.phpt
|
9 年之前 |
Stefan Siegl
|
5cba44ccd0
Merge remote-tracking branch 'origin/master' into php7
|
9 年之前 |
Stefan Siegl
|
909e3f004d
Adapt to PHP7: v8js_convert.cc, v8js_exception.cc, v8js_methods.cc
|
9 年之前 |
Stefan Siegl
|
8389e126b5
adapt to changed ZVAL_STRING/ZVAL_STRINGL/RETVAL_STRINGL macros
|
9 年之前 |
Stefan Siegl
|
187b97060f
Stop JS execution on PHP exceptions, refs #144
|
9 年之前 |
Stefan Siegl
|
cedcac1318
skip useless estrdup/efree cycle
|
9 年之前 |
Stefan Siegl
|
2ce7e420a7
Fix use-after-free on module reuse
|
9 年之前 |
Stefan Siegl
|
3d89f0250d
Provide key compare function for modules_loaded
|
9 年之前 |
Stefan Siegl
|
754d398ec9
Move v8js_commonjs.cc forward declarations in .h file
|
9 年之前 |
Stefan Siegl
|
72cb2da9ba
Enter endless loop after V8::TerminateExecution call, fixes #135
|
10 年之前 |
Stefan Siegl
|
5b4aaa64f1
More php_v8js_ prefix cleanup
|
10 年之前 |
Stefan Siegl
|
2954de2db5
Remove php_ prefix to struct & type names
|
10 年之前 |
Stefan Siegl
|
3efec8d428
Remove CVS $Id$ comment lines
|
10 年之前 |
Stefan Siegl
|
c339d51924
Drop old-age PHP_V8_API_VERSION #ifdef
|
10 年之前 |
Stefan Siegl
|
f6310f9994
Get rid of V8JS_NEW macro.
|
10 年之前 |
Stefan Siegl
|
eda74908cc
Fix module caching, closes #107
|
10 年之前 |
Stefan Siegl
|
a134129018
Use isolate version of V8::TerminateExecution, refs #92
|
11 年之前 |
Stefan Siegl
|
c54b49d2a6
Use PHPWRITE macro instead of php_output_write, refs #80
|
11 年之前 |
Stefan Siegl
|
fd801631b7
Add null-byte passing test, make var_dump null-byte safe, closes #80
|
11 年之前 |
Stefan Siegl
|
1186e7951f
Make compatible with V8 3.25.12, fixes #88
|
11 年之前 |