Searched refs:scope_stack (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/parsing/ |
D | parser-base.h | 168 BlockState(Scope** scope_stack, Scope* scope) in BlockState() argument 169 : scope_stack_(scope_stack), outer_scope_(*scope_stack) { in BlockState() 190 FunctionState(FunctionState** function_state_stack, Scope** scope_stack, 940 FunctionState** function_state_stack, Scope** scope_stack, Scope* scope, in FunctionState() argument 951 scope_stack_(scope_stack), in FunctionState() 952 outer_scope_(*scope_stack), in FunctionState()
|
/external/selinux/checkpolicy/ |
D | module_compiler.c | 29 typedef struct scope_stack { struct 37 struct scope_stack *parent, *child; argument
|