Lines Matching defs:needTransition

41     bool needTransition = true;
44 ElementAccessor::Set(thread, thisObjHandle, oldLength + k, value, needTransition);
63 bool needTransition = true;
66 ElementAccessor::Set(thread, thisObjHandle, oldLength + k, value, needTransition);
158 JSThread *thread, bool &needTransition,
181 ElementAccessor::Set(thread, thisObjHandle, idx + insertCount, element, needTransition);
190 ElementAccessor::Set(thread, thisObjHandle, idx, holeHandle, needTransition);
198 ElementAccessor::Set(thread, thisObjHandle, idx + insertCount - 1, element, needTransition);
203 ElementAccessor::Set(thread, thisObjHandle, idx, argv->GetCallArg(i), needTransition);
223 bool needTransition = true;
255 thread, needTransition, holeHandle, argv, thisObjVal, lengthKey);
274 bool needTransition = true;
283 ElementAccessor::Set(thread, newArrayHandle, idx, holeHandle, needTransition);
286 ElementAccessor::Set(thread, newArrayHandle, idx, valueHandle, needTransition);
333 ElementAccessor::Set(thread, thisObjHandle, idx + insertCount, element, needTransition);
342 ElementAccessor::Set(thread, thisObjHandle, idx, holeHandle, needTransition);
350 ElementAccessor::Set(thread, thisObjHandle, idx + insertCount - 1, element, needTransition);
355 ElementAccessor::Set(thread, thisObjHandle, idx, argv->GetCallArg(i), needTransition);
376 bool needTransition = false;
379 ElementAccessor::Set(thread, thisObjHandle, k - 1, kValue, needTransition);
386 ElementAccessor::Set(thread, thisObjHandle, index, holeHandle, needTransition);
404 bool needTransition = false;
407 ElementAccessor::Set(thread, thisObjHandle, k - 1, kValue, needTransition);
414 ElementAccessor::Set(thread, thisObjHandle, index, holeHandle, needTransition);
1325 bool needTransition = true;
1328 ElementAccessor::Set(thread, newArrayHandle, idx, value, needTransition);
1332 ElementAccessor::Set(thread, newArrayHandle, idx, undefinedHandle, needTransition);
1334 ElementAccessor::Set(thread, newArrayHandle, idx, kValue, needTransition);
1362 bool needTransition = true;
1366 ElementAccessor::Set(thread, newArrayHandle, i, undefinedHandle, needTransition);
1368 ElementAccessor::Set(thread, newArrayHandle, i, kValue, needTransition);
1374 ElementAccessor::Set(thread, newArrayHandle, i, element, needTransition);
1381 ElementAccessor::Set(thread, newArrayHandle, i, undefinedHandle, needTransition);
1383 ElementAccessor::Set(thread, newArrayHandle, i, kValue, needTransition);
1410 bool needTransition = true;
1415 undefinedHandle, needTransition);
1417 ElementAccessor::Set(thread, newArrayHandle, insertCount - idx - 1, kValue, needTransition);