Home
last modified time | relevance | path

Searched refs:DynamicContextType (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DdynamicContext.h36 enum class DynamicContextType { NONE, LABEL, LEX_ENV, ITERATOR, TRY }; class
60 virtual DynamicContextType Type() const = 0;
93 DynamicContextType Type() const override
95 return DynamicContextType::LABEL;
110 DynamicContextType Type() const override
112 return DynamicContextType::LEX_ENV;
131 DynamicContextType Type() const override
133 return DynamicContextType::ITERATOR;
161 DynamicContextType Type() const override
163 return DynamicContextType
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DdynamicContext.h36 enum class DynamicContextType { NONE, LABEL, LEX_ENV, ITERATOR, TRY, TRAP }; class
60 virtual DynamicContextType Type() const = 0;
104 DynamicContextType Type() const override
106 return DynamicContextType::LABEL;
121 DynamicContextType Type() const override
123 return DynamicContextType::LEX_ENV;
145 DynamicContextType Type() const override
147 return DynamicContextType::ITERATOR;
212 DynamicContextType Type() const override
214 return DynamicContextType
[all...]

Completed in 2 milliseconds