Searched refs:notFastTypeArray (Results 1 – 1 of 1) sorted by relevance
2201 Label notFastTypeArray(env); in GetPropertyByIndex() local2205 Branch(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in GetPropertyByIndex()2212 Bind(¬FastTypeArray); in GetPropertyByIndex()2419 Label notFastTypeArray(env); in GetPropertyByName() local2420 Branch(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in GetPropertyByName()2435 Bind(¬FastTypeArray); in GetPropertyByName()2735 Label notFastTypeArray(env); in SetPropertyByIndex() local2740 Branch(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in SetPropertyByIndex()2751 Bind(¬FastTypeArray); in SetPropertyByIndex()2902 Label notFastTypeArray(env); in SetPropertyByName() local[all …]