@@ -25,6 +25,7 @@ extern zend_module_entry v8js_module_entry;
* Local variables:
* tab-width: 4
* c-basic-offset: 4
+ * indent-tabs-mode: t
* End:
* vim600: noet sw=4 ts=4 fdm=marker
* vim<600: noet sw=4 ts=4
@@ -178,6 +178,7 @@ void v8js_register_methods(v8::Handle<v8::ObjectTemplate>, v8js_ctx *c);
@@ -272,6 +272,7 @@ zend_module_entry v8js_module_entry = {
@@ -255,6 +255,7 @@ void v8js_array_access_named_getter(v8::Local<v8::String> property, const v8::Pr
@@ -29,3 +29,13 @@ void v8js_array_access_named_getter(v8::Local<v8::String> property,
const v8::PropertyCallbackInfo<v8::Value> &info);
#endif /* V8JS_ARRAY_ACCESS_H */
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: noet sw=4 ts=4 fdm=marker
+ * vim<600: noet sw=4 ts=4
+ */
@@ -1305,6 +1305,7 @@ PHP_MINIT_FUNCTION(v8js_class) /* {{{ */
@@ -95,6 +95,7 @@ PHP_MINIT_FUNCTION(v8js_class);
@@ -108,3 +108,13 @@ void v8js_commonjs_normalise_identifier(const char *base, const char *identifier
efree(term);
}
@@ -16,3 +16,13 @@
void v8js_commonjs_normalise_identifier(const char *base, const char *identifier, char *normalised_path, char *module_name);
#endif /* V8JS_COMMONJS_H */
@@ -267,6 +267,7 @@ int v8js_to_zval(v8::Handle<v8::Value> jsValue, zval *return_value, int flags, v
@@ -251,6 +251,7 @@ PHP_MINIT_FUNCTION(v8js_exceptions) /* {{{ */
@@ -31,6 +31,7 @@ PHP_MINIT_FUNCTION(v8js_exceptions);
@@ -521,6 +521,7 @@ void v8js_register_methods(v8::Handle<v8::ObjectTemplate> global, v8js_ctx *c) /
@@ -1011,6 +1011,7 @@ v8::Handle<v8::Value> v8js_hash_to_jsobj(zval *value, v8::Isolate *isolate TSRML
@@ -33,3 +33,13 @@ v8::Local<v8::Value> v8js_named_property_callback(v8::Local<v8::String> property
void v8js_php_callback(const v8::FunctionCallbackInfo<v8::Value>& info);
#endif /* V8JS_OBJECT_EXPORT_H */
@@ -157,6 +157,7 @@ void v8js_timer_push(long time_limit, long memory_limit, v8js_ctx *c TSRMLS_DC)
@@ -33,6 +33,7 @@ void v8js_timer_push(long time_limit, long memory_limit, v8js_ctx *c TSRMLS_DC);
@@ -308,6 +308,7 @@ int v8js_get_properties_hash(v8::Handle<v8::Value> jsValue, HashTable *retval, i
@@ -78,6 +78,7 @@ int v8js_get_properties_hash(v8::Handle<v8::Value> jsValue, HashTable *retval, i
@@ -563,6 +563,7 @@ PHP_MINIT_FUNCTION(v8js_v8object_class) /* {{{ */
@@ -38,6 +38,7 @@ PHP_MINIT_FUNCTION(v8js_v8object_class);
@@ -98,6 +98,7 @@ void v8js_register_accessors(std::vector<v8js_accessor_ctx*> *accessor_list, v8: