Searched refs:FastAssign (Results 1 – 2 of 2) sorted by relevance
206 void FastAssign(const T& source) { value_ = source; } in FastAssign() function208 void FastAssign(T&& source) { value_ = std::move(source); } in FastAssign() function278 typed_ptr->FastAssign(std::forward<T>(value)); in Assign()
69 MUST_USE_RESULT Maybe<bool> FastAssign(Handle<JSReceiver> to, in FastAssign() function164 Maybe<bool> fast_assign = FastAssign(to, next_source); in BUILTIN()