Lines Matching defs:other
28 // not produce JS objects coming from Contexts other than `context`.
54 Message(Message&& other) = default;
55 Message& operator=(Message&& other) = default;
173 MessagePortData(MessagePortData&& other) = delete;
174 MessagePortData& operator=(MessagePortData&& other) = delete;
175 MessagePortData(const MessagePortData& other) = delete;
176 MessagePortData& operator=(const MessagePortData& other) = delete;
186 // to the receiving side of the other. This is not thread-safe.
218 // A message port that receives messages from other threads, including
268 // to the receiving side of the other. This is not thread-safe.