Searched refs:isFastTypeArray (Results 1 – 1 of 1) sorted by relevance
2205 Label isFastTypeArray(env); in GetPropertyByIndex() local2210 Branch(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in GetPropertyByIndex()2211 Bind(&isFastTypeArray); in GetPropertyByIndex()2423 Label isFastTypeArray(env); in GetPropertyByName() local2425 Branch(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in GetPropertyByName()2426 Bind(&isFastTypeArray); in GetPropertyByName()2739 Label isFastTypeArray(env); in SetPropertyByIndex() local2745 Branch(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in SetPropertyByIndex()2746 Bind(&isFastTypeArray); in SetPropertyByIndex()2906 Label isFastTypeArray(env); in SetPropertyByName() local[all …]