Lines Matching refs:JSTransferable
1106 JSTransferable::JSTransferable(Environment* env, Local<Object> obj) in JSTransferable() function in node::worker::JSTransferable
1111 void JSTransferable::New(const FunctionCallbackInfo<Value>& args) { in New()
1113 new JSTransferable(Environment::GetCurrent(args), args.This()); in New()
1116 JSTransferable::TransferMode JSTransferable::GetTransferMode() const { in GetTransferMode()
1130 std::unique_ptr<TransferData> JSTransferable::TransferForMessaging() { in TransferForMessaging()
1134 std::unique_ptr<TransferData> JSTransferable::CloneForMessaging() const { in CloneForMessaging()
1138 std::unique_ptr<TransferData> JSTransferable::TransferOrClone( in TransferOrClone()
1183 JSTransferable::NestedTransferables() const { in NestedTransferables()
1214 Maybe<bool> JSTransferable::FinalizeTransferRead( in FinalizeTransferRead()
1235 JSTransferable::Data::Data(std::string&& deserialize_info, in Data()
1240 BaseObjectPtr<BaseObject> JSTransferable::Data::Deserialize( in Deserialize()
1269 Maybe<bool> JSTransferable::Data::FinalizeTransferWrite( in FinalizeTransferWrite()
1326 Local<FunctionTemplate> t = env->NewFunctionTemplate(JSTransferable::New); in InitMessaging()
1329 JSTransferable::kInternalFieldCount); in InitMessaging()