mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 13:20:59 +00:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|   | test("basic arguments.callee", () => { | ||
|  |     var foo = function () { | ||
|  |         return arguments.callee; | ||
|  |     }; | ||
|  |     expect(foo()).toBe(foo); | ||
|  | }); |