mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:22:45 +00:00 
			
		
		
		
	LibJS: Add spec link and comment to VM::execution_context_stack()
This commit is contained in:
		
							parent
							
								
									91a9f41155
								
							
						
					
					
						commit
						cdeaced54e
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -120,6 +120,8 @@ public: | |||
|     ExecutionContext& running_execution_context() { return *m_execution_context_stack.last(); } | ||||
|     ExecutionContext const& running_execution_context() const { return *m_execution_context_stack.last(); } | ||||
| 
 | ||||
|     // https://tc39.es/ecma262/#execution-context-stack
 | ||||
|     // The execution context stack is used to track execution contexts.
 | ||||
|     Vector<ExecutionContext*> const& execution_context_stack() const { return m_execution_context_stack; } | ||||
|     Vector<ExecutionContext*>& execution_context_stack() { return m_execution_context_stack; } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Linus Groh
						Linus Groh