Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/context/
H A DparserContext.h45 ALLOW_YIELD = (1 << 13), member in panda::es2panda::parser::ParserStatus
115 return (status_ & ParserStatus::ALLOW_YIELD) != 0; in AllowYield()
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp4053 context_.Status() |= ParserStatus::ALLOW_YIELD; in ParseFunction()

Completed in 8 milliseconds