Stefan Siegl
							
						 | 
						
							
							
								e5f57b7661
							
							move #undef min/max to v8js_v8.h
						 | 
						8 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								cd28b5c320
							
							v8js_class: add size checks + precission down casts
						 | 
						8 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								8625f70e2e
							
							Merge pull request #255 from TysonAndre/use-non-zend_string-v2
						 | 
						9 years ago | 
					
				
					
						
							
								   Tyson Andre
							
						 | 
						
							
							
								efad52d739
							
							Use an non-interned zend_string for registerExtension on ZTS
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								880b17a45c
							
							Merge pull request #243 from stesie/code-cleanup
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								5ae48bbda7
							
							Fix refcounting, use zval_ptr_dtor, closes #250
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								157f34521e
							
							fix compiler warnings
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								c459acd1ef
							
							Merge remote-tracking branch 'origin/master' into php7
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								3278be8bee
							
							Add 'indent-tabs-mode: t' to file variables
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								2e5a565237
							
							Remove (meanwhile) unreferenced local variables
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								d75ec1deeb
							
							add parens around binary and expression
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								a3161f6d9d
							
							fix arginfo_v8js_wakeup assignment
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								e9e90bac65
							
							Merge remote-tracking branch 'origin/master' into php7
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								05b96a96b8
							
							Use internal fields instead of GetHiddenValue/SetHiddenValue
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								d4d8ccc4f6
							
							Fix #ifdef change, don't call SetArrayBufferAllocator
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								4fea8f4fb9
							
							Require V8 4.6.76 or higher
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								c804b16e4c
							
							fix compiler warnings
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								12903ca269
							
							add V8Js::setAverageObjectSize method
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								25cf46aa0c
							
							Use zend_string with zend_parse_parameters
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								bf6effba63
							
							Merge remote-tracking branch 'origin/master' into php7
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								930b450d99
							
							refcount on snapshot_blob zval
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								8e3e0c91b5
							
							Add ZEND_ARG_INFO for V8Js::__construct 5th arg: snapshot_blob
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								d0e78019aa
							
							Allow snapshot creation & use with V8 > 4.3.7
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								a1cdd7537b
							
							Fix conditional compilation for snapshot=off
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								2c8ef2aa66
							
							conditionally compile in snapshot functionality
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								b405a34690
							
							Allow to create snapshots and re-use them
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								d438624a3d
							
							Don't export V8Js methods even if overwritten
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								1e86e2c9f7
							
							Don't export methods of V8Js object to V8
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								3508f0c8e7
							
							export public methods of classes derived from \V8Js, closes #183
						 | 
						9 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								98205461be
							
							Reorder includes for Visual Studio 2015, closes #194
						 | 
						9 years ago |