Stefan Siegl
|
2d0aa9b2cc
adapt PHPJS_OBJECT_KEY from zval* to zend_object*
|
9 years ago |
Stefan Siegl
|
8389e126b5
adapt to changed ZVAL_STRING/ZVAL_STRINGL/RETVAL_STRINGL macros
|
9 years ago |
Stefan Siegl
|
462eb623b3
Allow PHP exception to JS propagation
|
9 years ago |
Stefan Siegl
|
f7a592052f
Store flags in v8js_ctx class instead of v8 hidden value
|
9 years ago |
Stefan Siegl
|
187b97060f
Stop JS execution on PHP exceptions, refs #144
|
9 years ago |
Stefan Siegl
|
b350871795
Correctly force to array on property writing, closes #137
|
10 years ago |
Stefan Siegl
|
5b4aaa64f1
More php_v8js_ prefix cleanup
|
10 years ago |
Stefan Siegl
|
2954de2db5
Remove php_ prefix to struct & type names
|
10 years ago |
Stefan Siegl
|
6869d318b3
Rename V8Object stuff to v8js_v8object_XXX
|
10 years ago |
Stefan Siegl
|
f987cc7b4c
Rename php_v8js_objects -> v8js_v8objects
|
10 years ago |
Stefan Siegl
|
5ea36016fe
code cleanup, part 1
|
10 years ago |
Stefan Siegl
|
2b4750748e
Merge branch 'array-access'
|
10 years ago |
Stefan Siegl
|
603790f3dd
Don't redefine default parameter
|
10 years ago |
Stefan Siegl
|
901268994a
Implement isset behaviour on ArrayAccess objects
|
10 years ago |
Stefan Siegl
|
1b027a525f
Implement delete behaviour on ArrayAccess objects
|
10 years ago |
Stefan Siegl
|
6399b49b3f
Improve ArrayAccess enumeration
|
10 years ago |
Stefan Siegl
|
27d326a196
Fix ZTS build
|
10 years ago |
Stefan Siegl
|
2b897e8bc4
Export extra methods on ArrayAccess
|
10 years ago |
Stefan Siegl
|
02d8ecc16e
Split php_v8js_hash_to_jsobj into smaller pieces
|
10 years ago |
Stefan Siegl
|
fc583a8ec6
Move PHP to JS object wrapping into seperate file
|
10 years ago |