node::ObjectWrap how had a handle() method.
This commit is contained in:
		
					parent
					
						
							
								4ec4b01218
							
						
					
				
			
			
				commit
				
					
						f9c41f33e5
					
				
			
		
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -29,9 +29,6 @@ class EventEmitter : public node::ObjectWrap {
 | 
			
		|||
  bool Emit(const std::string& name);
 | 
			
		||||
  bool Emit(const std::string& name, base::ListValue* args);
 | 
			
		||||
 | 
			
		||||
  // Small accessor to return handle_, this follows Google C++ Style.
 | 
			
		||||
  v8::Persistent<v8::Object> handle() const { return handle_; }
 | 
			
		||||
 | 
			
		||||
 protected:
 | 
			
		||||
  explicit EventEmitter(v8::Handle<v8::Object> wrapper);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue