Lines Matching defs:position
964 // position for the implicit return statement.
1216 Handle<Object> search, Handle<Object> position) {
1231 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, position,
1232 Object::ToInteger(isolate, position));
1234 uint32_t index = ToValidIndex(*receiver_string, *position);
1482 Handle<Object> search, Handle<Object> position) {
1497 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, position,
1498 Object::ToNumber(isolate, position));
1502 if (position->IsNaN()) {
1505 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, position,
1506 Object::ToInteger(isolate, position));
1507 start_index = ToValidIndex(*receiver_string, *position);