Searched refs:notFastTypeArray (Results 1 – 1 of 1) sorted by relevance
2542 Label notFastTypeArray(env); in GetPropertyByIndex() local2546 Branch(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in GetPropertyByIndex()2553 Bind(¬FastTypeArray); in GetPropertyByIndex()2775 Label notFastTypeArray(env); in GetPropertyByName() local2776 Branch(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in GetPropertyByName()2791 Bind(¬FastTypeArray); in GetPropertyByName()3369 Label notFastTypeArray(env); in SetPropertyByIndex() local3374 Branch(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in SetPropertyByIndex()3385 Bind(¬FastTypeArray); in SetPropertyByIndex()3579 Label notFastTypeArray(env); in SetPropertyByName() local[all …]