Searched refs:IsByteCodeGate (Results 1 – 2 of 2) sorted by relevance
953 … if (IsByteCodeGate(valueGate) && GetByteCodeInfo(valueGate).IsBc(EcmaOpcode::LDA_STR_ID16)) { in InferLdObjByValue()995 if (IsByteCodeGate(valueGate) && GetByteCodeInfo(valueGate).IsBc(EcmaOpcode::LDA_STR_ID16)) { in InferSuperPropertyByValue()1280 if (!IsByteCodeGate(namespaceObj)) { in SetAndReturnNamespaceObjType()1315 if (IsByteCodeGate(gate)) { in IsNamespace()1328 if (IsByteCodeGate(func)) { in CheckNamespaceFunc()1429 if (IsByteCodeGate(gate)) { in Verify()1489 if (!IsByteCodeGate(thisObj)) { in PGOTypeCheck()1504 if (!IsByteCodeGate(func)) { in PGOTypeCheck()
167 bool IsByteCodeGate(const GateRef gate) const in IsByteCodeGate() function