Searched refs:LEX_ENV (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/ | ||
H A D | dynamicContext.h | 36 enum class DynamicContextType { NONE, LABEL, LEX_ENV, ITERATOR, TRY }; member in panda::es2panda::panda::es2panda::compiler::DynamicContextType 112 return DynamicContextType::LEX_ENV; |
/arkcompiler/ets_frontend/ets2panda/compiler/core/ | ||
H A D | dynamicContext.h | 36 enum class DynamicContextType { NONE, LABEL, LEX_ENV, ITERATOR, TRY, TRAP }; member in ark::es2panda::ark::es2panda::compiler::DynamicContextType 123 return DynamicContextType::LEX_ENV; |
/arkcompiler/runtime_core/static_core/compiler/code_info/ | ||
H A D | vreg_info.h | 35 V(LEX_ENV) |
Completed in 2 milliseconds