Stefan Siegl c91f96a439 Merge pull request #108 from stesie/fix-commonjs-module-reuse 11 年 前
..
array_pass.phpt dd20670546 When passing objects from JS to PHP with mixed keys, some of the keys 11 年 前
array_pass_flags.phpt dd20670546 When passing objects from JS to PHP with mixed keys, some of the keys 11 年 前
basic.phpt 7e90439cdf Make sure all tests and samples use the new exception class name V8JsScriptException. 12 年 前
callbacks.phpt 1c23a38026 Initial import 15 年 前
checkstring.phpt 7310c93c1e Deprecate V8Js::checkString() in favour of compileString() and add tests. 11 年 前
checkstring_compile.phpt 7310c93c1e Deprecate V8Js::checkString() in favour of compileString() and add tests. 11 年 前
closures_basic.phpt 7e90439cdf Make sure all tests and samples use the new exception class name V8JsScriptException. 12 年 前
closures_dynamic.phpt 7e90439cdf Make sure all tests and samples use the new exception class name V8JsScriptException. 12 年 前
commonjs_modules.phpt 91b1a2fbd2 Added a test for CommonJS modules. 12 年 前
commonjs_multiassign.phpt eda74908cc Fix module caching, closes #107 11 年 前
compile_string.phpt bd7d649d90 Added new functions V8Js::compileString() and V8Js::executeScript(). 11 年 前
compile_string_isolate.phpt bd7d649d90 Added new functions V8Js::compileString() and V8Js::executeScript(). 11 年 前
construct.phpt 7e90439cdf Make sure all tests and samples use the new exception class name V8JsScriptException. 12 年 前
context_preserving.phpt 7e90439cdf Make sure all tests and samples use the new exception class name V8JsScriptException. 12 年 前
context_separation.phpt 7e90439cdf Make sure all tests and samples use the new exception class name V8JsScriptException. 12 年 前
context_temp_creation.phpt a3957f3844 Add test for regression pointed out in pull request #14 12 年 前
datetime_pass.phpt a7d5a0776c Make datetime_pass.phpt run on PHP 5.3, refs #86 11 年 前
derived_class_properties.phpt 645b0df999 Add test from issue #54 12 年 前
derived_class_properties_extra.phpt 683ac347c7 Test export of undeclared properties in derived classes 12 年 前
derived_class_properties_init.phpt 1f8b605585 Add test on initially initialized properties on V8Js object. 12 年 前
derived_class_properties_protected.phpt b888cfce0d Add test on protected & private properties on derived classes 12 年 前
direct_construct.phpt 2fe87a4cbc Protect against direct invocation of `new V8Object` and `new V8Function`. 12 年 前
exception.phpt 30497766a3 Fix test cases which hard coded the object identity of returned objects. 12 年 前
exception_propagation_1.phpt 7e90439cdf Make sure all tests and samples use the new exception class name V8JsScriptException. 12 年 前
exception_propagation_2.phpt 30497766a3 Fix test cases which hard coded the object identity of returned objects. 12 年 前
exception_propagation_3.phpt 7e90439cdf Make sure all tests and samples use the new exception class name V8JsScriptException. 12 年 前
execute_flags.phpt 30497766a3 Fix test cases which hard coded the object identity of returned objects. 12 年 前
execute_flags_args.phpt 30497766a3 Fix test cases which hard coded the object identity of returned objects. 12 年 前
extensions_basic.phpt 1c23a38026 Initial import 15 年 前
extensions_circular_dependency.phpt 1c23a38026 Initial import 15 年 前
fatal_error_ignore_non_fatals.phpt 464cff0477 test unwind behaviour on PHP notices & warnings, refs #94 11 年 前
fatal_error_no_uninstall_inner_frame.phpt 1fc79f8223 Don't restore original error handler when exiting inner frame, refs #94 11 年 前
fatal_error_recursive.phpt 6f31840daf Handle fatal errors even if executeString is used recursively 11 年 前
fatal_error_rethrow.phpt 35d8b815f8 Store error message and re-throw with original type & message 11 年 前
fatal_error_uninstall_in_first_frame.phpt 1d8ae1f458 Test whether error handler is removed correctly, if outermost frame is left 11 年 前
function_call.phpt f90650d630 Create temporary HandleScope to get & call methods likewise, closes #33 12 年 前
function_passback.phpt 4f3cbd412b Make test PHP 5.3 compatible 12 年 前
function_passback2.phpt 1f4caaeead Create temporary HandleScope while reading properties 12 年 前
get_accessor.phpt 1c23a38026 Initial import 15 年 前
get_constructor.phpt 50fdfc5c88 Add test on constructor get-accessor. 11 年 前
js-construct-basic.phpt 35e9fd849d Add tests. 12 年 前
js-construct-direct-call.phpt 286b0d8ac0 Handle non-construct call 12 年 前
js-construct-protected-ctor.phpt 30497766a3 Fix test cases which hard coded the object identity of returned objects. 12 年 前
js-construct-with-ctor.phpt 35e9fd849d Add tests. 12 年 前
leak-php-object.phpt bc86ce9e44 Clear persistent cells with weak references correctly, refs #88 11 年 前
long.phpt 66dbe7d323 Forgot to commit test for large number support. 11 年 前
magic_func.phpt 44c329b953 Add a test of PHP magic functions. 12 年 前
memory_limit.phpt de2479aca6 fixed tests using absolute urls 12 年 前
multi-object.phpt bc82d13658 Add isolate to key of template cache. 12 年 前
multi.phpt e57e3eed1d Add tests with multiple V8Js instances 12 年 前
null_byte_string.phpt fd801631b7 Add null-byte passing test, make var_dump null-byte safe, closes #80 11 年 前
object.phpt f6a6d1e4b5 Rework JavaScript wrapper for PHP objects. 12 年 前
object_dom.phpt 0adefa5048 Add a test for issue 25 (native properties) 12 年 前
object_method_call.phpt 30497766a3 Fix test cases which hard coded the object identity of returned objects. 12 年 前
object_passback.phpt bd9483080d Don't re-wrap PHP objects from V8 to V8Object 12 年 前
object_prototype.phpt 30497766a3 Fix test cases which hard coded the object identity of returned objects. 12 年 前
object_reuse.phpt 1c23a38026 Initial import 15 年 前
property_exists.phpt 035e6faa8b Implement property_exists()/isset()/empty() on wrapped JavaScript objects. 12 年 前
property_visibility-delete.phpt 48feb0bf35 Don't unset non-public properties, just hide them. 11 年 前
property_visibility-enumerate.phpt aa924a8cb3 Add test on visibility of properties on enumeration 11 年 前
property_visibility-has-property.phpt 956eacb180 Add test on property visibility regarding hasOwnProperty 11 年 前
property_visibility-set.phpt 8f200b3905 Call __set if JS accesses private/protected property 11 年 前
property_visibility.phpt 170b1ff94c Handle property visibility and __get, refs #79 11 年 前
property_visibility__get.phpt 170b1ff94c Handle property visibility and __get, refs #79 11 年 前
property_visibility__set.phpt 8f200b3905 Call __set if JS accesses private/protected property 11 年 前
return_value.phpt 30497766a3 Fix test cases which hard coded the object identity of returned objects. 12 年 前
skipif.inc 1c23a38026 Initial import 15 年 前
time_limit.phpt de2479aca6 fixed tests using absolute urls 12 年 前
timezones.phpt 0a85d27ee7 V8 needs to be notified when timezone changes. Keep track of timezone changes and notify it. 11 年 前
use_after_dispose.phpt ebcb6dc211 Keep track of V8Object/V8Function instances 11 年 前
var_dump.phpt f6a6d1e4b5 Rework JavaScript wrapper for PHP objects. 12 年 前
variable_passing.phpt 1c23a38026 Initial import 15 年 前