Searched refs:notFastTypeArray (Results 1 – 1 of 1) sorted by relevance
3262 Label notFastTypeArray(env); in GetPropertyByIndex() local3266 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in GetPropertyByIndex()3273 Bind(¬FastTypeArray); in GetPropertyByIndex()3515 Label notFastTypeArray(env); in GetPropertyByName() local3516 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in GetPropertyByName()3531 Bind(¬FastTypeArray); in GetPropertyByName()4205 Label notFastTypeArray(env); in SetPropertyByIndex() local4210 BRANCH(IsFastTypeArray(jsType), &isFastTypeArray, ¬FastTypeArray); in SetPropertyByIndex()4221 Bind(¬FastTypeArray); in SetPropertyByIndex()4416 Label notFastTypeArray(env); in DefinePropertyByIndex() local[all …]