Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h557 bool EnvOut() const in EnvOut() function
Dbytecode_circuit_builder.cpp1432 ASSERT(numValueOutputs <= 1 + (bytecodeInfo.EnvOut() ? 1 : 0)); in BuildCircuit()