ReactOS 0.4.15-dev-7953-g1f49173
_scope_chain_t Struct Reference

#include <engine.h>

Collaboration diagram for _scope_chain_t:

Public Attributes

LONG ref
 
jsdisp_tjsobj
 
IDispatchobj
 
struct _call_frame_tframe
 
struct _scope_chain_tnext
 

Detailed Description

Definition at line 202 of file engine.h.

Member Data Documentation

◆ frame

◆ jsobj

◆ next

struct _scope_chain_t* _scope_chain_t::next

Definition at line 207 of file engine.h.

Referenced by identifier_eval(), scope_pop(), scope_push(), and scope_release().

◆ obj

IDispatch* _scope_chain_t::obj

Definition at line 205 of file engine.h.

Referenced by identifier_eval(), scope_push(), scope_release(), and stack_topn_exprval().

◆ ref

LONG _scope_chain_t::ref

Definition at line 203 of file engine.h.

Referenced by pop_call_frame(), scope_addref(), scope_push(), and scope_release().


The documentation for this struct was generated from the following file: