Home
last modified time | relevance | path

Searched refs:scope_stack (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dparser-base.h168 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/
Dmodule_compiler.c29 typedef struct scope_stack { struct
37 struct scope_stack *parent, *child; argument